Home
last modified time | relevance | path

Searched refs:ST_Debug (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h175 ST_Debug, enumerator
H A DELFObjectFile.h681 return SymbolRef::ST_Debug; in getSymbolType()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp583 if ((Type == SymbolRef::ST_Debug) || (Type == SymbolRef::ST_Unknown)) in loadMainBinarySymbols()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp861 if (BType == SymbolRef::ST_Debug && AType != SymbolRef::ST_Debug) in discoverFileObjects()
955 if ((cantFail(Symbol.getType()) == SymbolRef::ST_Debug)) { in discoverFileObjects()
1884 IsSectionRelocation = (cantFail(Symbol.getType()) == SymbolRef::ST_Debug); in analyzeRelocation()
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp311 return SymbolRef::ST_Debug; in getSymbolType()
H A DCOFFObjectFile.cpp202 return SymbolRef::ST_Debug; in getSymbolType()
H A DWasmObjectFile.cpp1670 return SymbolRef::ST_Debug; in getSymbolType()
H A DMachOObjectFile.cpp1836 return SymbolRef::ST_Debug; in getSymbolType()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2196 if (Type == SymbolRef::ST_Debug && Section != O.section_end()) { in printSymbol()
2227 else if (Type == SymbolRef::ST_Debug || Type == SymbolRef::ST_File) in printSymbol()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1259 case SymbolRef::ST_Debug: { in processRelocationRef()