Searched refs:getSym (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp36 static ModuleSymbolTable::Symbol getSym(DataRefImpl &Symb) { function
45 SymTab.printSymbolName(OS, getSym(Symb));
50 return SymTab.getSymbolFlags(getSym(Symb));
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h62 MCSymbol *getSym() const { function in class:llvm::DebugLocStream
H A DDwarfDebug.cpp1351 DebugLocs.getSym(),
2808 Asm->OutStreamer->emitLabel(DebugLocs.getSym());
2811 Asm->emitLabelDifference(List.Label, DebugLocs.getSym(),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp468 const MCExpr *getSym() const { return Sym; } function in class:__anon2700::X86AsmParser::IntelExprStateMachine
2185 if (SM.getSym() && !SM.isOffsetOperator()) {
2561 const MCExpr *Disp = SM.getSym();

Completed in 181 milliseconds