Searched defs:FunctionId (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | FunctionId.h | 19 FunctionId() : Index(0) {} in FunctionId() function 21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 33 uint32_t FunctionId; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 291 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()
|
H A D | MCObjectStreamer.cpp | 539 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() 555 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
|
H A D | MCAsmStreamer.cpp | 1621 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective() 1632 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() 1656 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
|
H A D | MCCodeView.cpp | 131 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3732 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId() 3759 int64_t FunctionId; in parseDirectiveCVFuncId() local 3782 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local 3842 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local 3903 int64_t FunctionId; in parseDirectiveCVLinetable() local
|
H A D | MasmParser.cpp | 4790 bool MasmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId() 4817 int64_t FunctionId; in parseDirectiveCVFuncId() local 4840 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local 4900 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local 4961 int64_t FunctionId; in parseDirectiveCVLinetable() local
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | actbl3.h | 553 UINT32 FunctionId; global() member
|