Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp36 static ModuleSymbolTable::Symbol getSym(DataRefImpl &Symb) {
45 SymTab.printSymbolName(OS, getSym(Symb)); in printSymbolName()
50 return SymTab.getSymbolFlags(getSym(Symb)); in getSymbolFlags()
37 static ModuleSymbolTable::Symbol getSym(DataRefImpl &Symb) { getSym() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h62 MCSymbol *getSym() const { in getLists()
63 MCSymbol *getSym() const { getSym() function
H A DDwarfDebug.cpp1351 DebugLocs.getSym(), in finalizeModuleInfo()
2809 Asm->OutStreamer->emitLabel(DebugLocs.getSym()); in emitLoclistsTableHeader()
2812 Asm->emitLabelDifference(List.Label, DebugLocs.getSym(), in emitLoclistsTableHeader()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp474 const MCExpr *getSym() const { return Sym; } in getSym() function in __anonee973c6c0111::X86AsmParser::IntelExprStateMachine
2190 if (SM.getSym() && !SM.isOffsetOperator()) { in RewriteIntelExpression()
2627 const MCExpr *Disp = SM.getSym(); in parseIntelOperand()