Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h33 uint32_t FunctionId; variable
/third_party/skia/third_party/externals/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()
/third_party/rust/crates/bindgen/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
/third_party/skia/third_party/externals/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
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/
Dcommon.cc1766 size_t FunctionId(const py::object &callable) { in FunctionId() function