Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DIRObjectFile.cpp37 static ModuleSymbolTable::Symbol getSym(DataRefImpl &Symb) { in getSym() function
46 SymTab.printSymbolName(OS, getSym(Symb)); in printSymbolName()
51 return SymTab.getSymbolFlags(getSym(Symb)); in getSymbolFlags()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h63 MCSymbol *getSym() const { in getSym() function
H A DDwarfDebug.cpp1357 DebugLocs.getSym(), in finalizeModuleInfo()
2728 Asm->OutStreamer->emitLabel(DebugLocs.getSym()); in emitLoclistsTableHeader()
2731 Asm->emitLabelDifference(List.Label, DebugLocs.getSym(), in emitLoclistsTableHeader()
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp462 const MCExpr *getSym() const { return Sym; } in getSym() function in __anonad53f99c0111::X86AsmParser::IntelExprStateMachine
2183 if (SM.getSym() && !SM.isOffsetOperator()) { in RewriteIntelExpression()
2559 const MCExpr *Disp = SM.getSym(); in parseIntelOperand()