Home
last modified time | relevance | path

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

/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.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()
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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h33 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 fn signature(&self) -> FunctionId { in signature()
1222 pub fn constructors(&self) -> &[FunctionId] { in constructors()
1227 pub fn destructor(&self) -> Option<(MethodKind, FunctionId)> { in destructor() argument
/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/llvm/lib/MC/MCParser/
DAsmParser.cpp3236 int64_t FunctionId = getTok().getIntVal(); in parseDirectiveCVLoc() local
3299 int64_t FunctionId = getTok().getIntVal(); in parseDirectiveCVLinetable() local