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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp37 static ModuleSymbolTable::Symbol getSym(DataRefImpl &Symb) { function
46 SymTab.printSymbolName(OS, getSym(Symb));
51 return SymTab.getSymbolFlags(getSym(Symb));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h63 MCSymbol *getSym() const { function in class:llvm::DebugLocStream
H A DDwarfDebug.cpp1175 DebugLocs.getSym(),
2369 Asm->OutStreamer->EmitLabel(DebugLocs.getSym());
2372 Asm->EmitLabelDifference(List.Label, DebugLocs.getSym(), 4);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp380 const MCExpr *getSym() { return Sym; } function in class:__anon2455::X86AsmParser::IntelExprStateMachine
1656 if (SM.getSym() && !SM.isOffsetOperator()) {
1946 const MCExpr *Disp = SM.getSym();

Completed in 69 milliseconds