|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Object/ObjectFile.h 191 Expected<SymbolRef::Type> getType() const;
References
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp 169 Expected<SymbolRef::Type> SymbolTypeOrErr = Symbol.getType();
lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp 49 auto SymbolType = Symbol.getType();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp 245 if (auto SymTypeOrErr = I->getType())
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp 1139 Expected<SymbolRef::Type> SymTypeOrErr = Symbol->getType();
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h 27 Expected<object::SymbolRef::Type> SymTypeOrErr = Symbol->getType();
tools/dsymutil/MachODebugMapParser.cpp 535 Expected<SymbolRef::Type> TypeOrErr = Sym.getType();
tools/llvm-objdump/MachODump.cpp 238 Expected<SymbolRef::Type> ATypeOrErr = A.getType();
242 Expected<SymbolRef::Type> BTypeOrErr = B.getType();
1279 SymbolRef::Type ST = unwrapOrError(Symbol.getType(), FileName);
7457 unwrapOrError(Symbol.getType(), MachOOF->getFileName());
7502 unwrapOrError(Symbols[SymIdx].getType(), MachOOF->getFileName());
7556 Symbols[NextSymIdx].getType(), MachOOF->getFileName());
tools/llvm-objdump/llvm-objdump.cpp 1813 SymbolRef::Type Type = unwrapOrError(Symbol.getType(), FileName,
tools/llvm-readobj/ARMWinEHPrinter.cpp 226 Expected<SymbolRef::Type> Type = Symbol.getType();
tools/llvm-rtdyld/llvm-rtdyld.cpp 423 Expected<SymbolRef::Type> TypeOrErr = Sym.getType();