Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h175 ST_Debug, enumerator
H A DELFObjectFile.h682 return SymbolRef::ST_Debug; in getSymbolType()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp584 if ((Type == SymbolRef::ST_Debug) || (Type == SymbolRef::ST_Unknown)) in loadMainBinarySymbols()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp342 return SymbolRef::ST_Debug; in getSymbolType()
H A DCOFFObjectFile.cpp202 return SymbolRef::ST_Debug; in getSymbolType()
H A DWasmObjectFile.cpp1662 return SymbolRef::ST_Debug; in getSymbolType()
H A DMachOObjectFile.cpp1841 return SymbolRef::ST_Debug; in getSymbolType()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2430 if (Type == SymbolRef::ST_Debug && Section != O.section_end()) { in printSymbol()
2461 else if (Type == SymbolRef::ST_Debug || Type == SymbolRef::ST_File) in printSymbol()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1259 case SymbolRef::ST_Debug: { in processRelocationRef()