Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 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 DMCCodeView.h33 uint32_t FunctionId; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A 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()
H A DMCObjectStreamer.cpp539 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
555 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
H A DMCAsmStreamer.cpp1621 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 DMCCodeView.cpp131 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3732 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 DMasmParser.cpp4790 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 Dactbl3.h553 UINT32 FunctionId; global() member