/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerDataFlowTrace.h | 52 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter() 62 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks() 69 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerDataFlowTrace.h | 52 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter() 62 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks() 69 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerDataFlowTrace.h | 52 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter() 62 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks() 69 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerDataFlowTrace.h | 52 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter() 62 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks() 69 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerDataFlowTrace.h | 52 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter() 62 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks() 69 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | FunctionId.h | 19 FunctionId() : Index(0) {} in FunctionId() function 21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/ |
D | FunctionId.h | 19 FunctionId() : Index(0) {} in FunctionId() function 21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | FunctionId.h | 20 FunctionId() : Index(0) {} in FunctionId() function 22 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/ |
D | FunctionId.h | 19 FunctionId() : Index(0) {} in FunctionId() function 21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | FunctionId.h | 19 FunctionId() : Index(0) {} in FunctionId() function 21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/ |
D | FunctionId.h | 19 FunctionId() : Index(0) {} in FunctionId() function 21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/ |
D | FunctionId.h | 19 FunctionId() : Index(0) {} in FunctionId() function 21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/ |
D | FunctionId.h | 62 explicit FunctionId(StringRef Str) in FunctionId() function 67 explicit FunctionId(uint64_t HashCode) in FunctionId() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/ |
D | FunctionId.h | 62 explicit FunctionId(StringRef Str) in FunctionId() function 67 explicit FunctionId(uint64_t HashCode) in FunctionId() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/ |
D | FunctionId.h | 62 explicit FunctionId(StringRef Str) in FunctionId() function 67 explicit FunctionId(uint64_t HashCode) in FunctionId() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/ |
D | FunctionId.h | 62 explicit FunctionId(StringRef Str) in FunctionId() function 67 explicit FunctionId(uint64_t HashCode) in FunctionId() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | comp.rs | 92 signature: FunctionId, in new() 126 pub(crate) fn signature(&self) -> FunctionId { in signature() 1208 pub(crate) fn constructors(&self) -> &[FunctionId] { in constructors() 1213 pub(crate) fn destructor(&self) -> Option<(MethodKind, FunctionId)> { in destructor() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 278 bool MCStreamer::EmitCVFuncIdDirective(unsigned FunctionId) { in EmitCVFuncIdDirective() 282 bool MCStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective() 296 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 323 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
H A D | MCObjectStreamer.cpp | 514 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 530 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
H A D | MCAsmStreamer.cpp | 1373 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective() 1384 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 1408 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 368 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 380 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00730F01/Include/ |
H A D | Options.h | 64 UINT32 FunctionId; ///< The function id specified. member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 301 bool MCStreamer::emitCVFuncIdDirective(unsigned FunctionId) { in emitCVFuncIdDirective() 305 bool MCStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId, in emitCVInlineSiteIdDirective() 319 void MCStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() 346 void MCStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
|
H A D | MCObjectStreamer.cpp | 583 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() 599 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | pprof_profile_builder.cc | 38 int PprofProfileBuilder::FunctionId(PyCodeObject* code) { in FunctionId() function in xla::PprofProfileBuilder
|