Home
last modified time | relevance | path

Searched defs:FunctionId (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DGUID.h20 /// This represents the 'GUID' type from windows.h. in FunctionId()
21 struct GUID { in FunctionId()
22 uint8_t Guid[16]; in FunctionId()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h19 using llvm::support::ulittle32_t; in FunctionId()
21 class LineInfo { in FunctionId()
22 public: in FunctionId()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h20 FunctionId() : Index(0) {} in FunctionId() function
22 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h20 FunctionId() : Index(0) {} in FunctionId() function
22 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/Ipf/
H A DEsalServiceLib.c68 IN UINT64 FunctionId, in RegisterEsalFunction()
129 UINT64 FunctionId; in RegisterEsalClass() local
165 IN UINT64 FunctionId, in EfiCallEsalService()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/libfuzzer-sys-0.3.5/libfuzzer/
H A DFuzzerDataFlowTrace.h51 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter()
60 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks()
67 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h51 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter()
60 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks()
67 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libfuzzer-sys-0.3.5/libfuzzer/
H A DFuzzerDataFlowTrace.h51 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter()
60 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks()
67 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h52 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h51 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter()
60 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks()
67 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h51 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter()
60 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks()
67 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
/dports/mail/thunderbird/thunderbird-91.8.0/tools/fuzzing/libfuzzer/
H A DFuzzerDataFlowTrace.h51 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter()
60 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks()
67 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()

12345678910>>...20