Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h20 FunctionId() : Index(0) {} in FunctionId() function
22 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/external/rust/crates/libfuzzer-sys/libfuzzer/
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()
DFuzzerDataFlowTrace.cpp48 size_t FunctionId = 0; in AppendCoverage() local
/external/llvm-project/compiler-rt/lib/fuzzer/
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()
DFuzzerDataFlowTrace.cpp48 size_t FunctionId = 0; in AppendCoverage() local
/external/llvm/include/llvm/MC/
DMCCodeView.h32 uint32_t FunctionId; variable
DMCContext.h548 void setCurrentCVLoc(unsigned FunctionId, unsigned FileNo, unsigned Line, in setCurrentCVLoc()
/external/llvm/lib/MC/
DMCObjectStreamer.cpp368 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
380 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
DMCStreamer.cpp206 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
214 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
DMCAsmStreamer.cpp1084 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
1113 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp35 const char FunctionId[] = "function"; variable
/external/llvm-project/llvm/include/llvm/MC/
DMCCodeView.h33 uint32_t FunctionId; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h33 uint32_t FunctionId; variable
/external/rust/crates/bindgen/src/ir/
Dcomp.rs92 signature: FunctionId, in new()
127 pub fn signature(&self) -> FunctionId { in signature()
1199 pub fn constructors(&self) -> &[FunctionId] { in constructors()
1204 pub fn destructor(&self) -> Option<(MethodKind, FunctionId)> { in destructor() argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.cc207 int ProfileBuilder::FunctionId(PyCodeObject* code) { in FunctionId() function in xla::ProfileBuilder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp514 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
530 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
DMCStreamer.cpp278 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()
DMCAsmStreamer.cpp1373 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()
DMCCodeView.cpp131 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
/external/llvm-project/llvm/lib/MC/
DMCObjectStreamer.cpp519 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
535 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
DMCStreamer.cpp291 bool MCStreamer::EmitCVFuncIdDirective(unsigned FunctionId) { in EmitCVFuncIdDirective()
295 bool MCStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective()
309 void MCStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
336 void MCStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
DMCAsmStreamer.cpp1530 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective()
1541 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
1565 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
DMCCodeView.cpp131 unsigned FunctionId, unsigned FileNo, in recordCVLoc()

12