Searched defs:SecondaryFunctionIds (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/MC/
H A DMCCodeView.cpp243 const MCSymbol *FnEndSym, ArrayRef<unsigned> SecondaryFunctionIds) {
248 SecondaryFunctionIds, OS.getCurrentSectionOnly());
240 emitInlineLineTableForFunction( MCObjectStreamer &OS, unsigned PrimaryFunctionId, unsigned SourceFileId, unsigned SourceLineNum, const MCSymbol *FnStartSym, const MCSymbol *FnEndSym, ArrayRef<unsigned> SecondaryFunctionIds) argument
H A DMCObjectStreamer.cpp391 ArrayRef<unsigned> SecondaryFunctionIds) {
394 FnEndSym, SecondaryFunctionIds);
397 SecondaryFunctionIds);
388 EmitCVInlineLinetableDirective( unsigned PrimaryFunctionId, unsigned SourceFileId, unsigned SourceLineNum, const MCSymbol *FnStartSym, const MCSymbol *FnEndSym, ArrayRef<unsigned> SecondaryFunctionIds) argument
H A DMCStreamer.cpp221 ArrayRef<unsigned> SecondaryFunctionIds) {}
218 EmitCVInlineLinetableDirective( unsigned PrimaryFunctionId, unsigned SourceFileId, unsigned SourceLineNum, const MCSymbol *FnStartSym, const MCSymbol *FnEndSym, ArrayRef<unsigned> SecondaryFunctionIds) argument
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3363 SmallVector<unsigned, 8> SecondaryFunctionIds; local
3377 SecondaryFunctionIds.push_back(SecondaryFunctionId);
3383 FnEndSym, SecondaryFunctionIds);

Completed in 307 milliseconds