Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-16.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.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()
DFuzzerDataFlowTrace.cpp48 size_t FunctionId = 0; in AppendCoverage() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dpprof_profile_builder.cc38 int PprofProfileBuilder::FunctionId(PyCodeObject* code) { in FunctionId() function in xla::PprofProfileBuilder
/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()
DMCAsmStreamer.cpp1084 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
1113 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
DMCStreamer.cpp206 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
214 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h33 uint32_t FunctionId; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCCodeView.h40 uint32_t FunctionId; variable
/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/rust/crates/bindgen/ir/
Dcomp.rs91 signature: FunctionId, in new()
125 pub(crate) fn signature(&self) -> FunctionId { in signature()
1207 pub(crate) fn constructors(&self) -> &[FunctionId] { in constructors()
1212 pub(crate) fn destructor(&self) -> Option<(MethodKind, FunctionId)> { in destructor() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCObjectStreamer.cpp583 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
599 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
DMCStreamer.cpp301 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()
DMCAsmStreamer.cpp1716 bool MCAsmStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId, in emitCVInlineSiteIdDirective()
1727 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
1751 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
DMCCodeView.cpp132 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3628 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId()
3655 int64_t FunctionId; in parseDirectiveCVFuncId() local
3678 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
3738 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
3799 int64_t FunctionId; in parseDirectiveCVLinetable() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3771 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId()
3798 int64_t FunctionId; in parseDirectiveCVFuncId() local
3819 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
3878 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
3939 int64_t FunctionId; in parseDirectiveCVLinetable() local
DMasmParser.cpp5078 bool MasmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId()
5105 int64_t FunctionId; in parseDirectiveCVFuncId() local
5126 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
5185 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
5246 int64_t FunctionId; in parseDirectiveCVLinetable() local

12