Home
last modified time | relevance | path

Searched refs:getSymbolType (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h110 error_code getSymbolType(SymbolRef::SymbolType &Result) const;
235 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::SymbolType &Res) const = 0;
346 inline error_code SymbolRef::getSymbolType(SymbolRef::SymbolType &Result) const { in getSymbolType() function
347 return OwningObject->getSymbolType(SymbolPimpl, Result); in getSymbolType()
DMachO.h50 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::SymbolType &Res) const;
DCOFF.h103 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::SymbolType &Res) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp34 static std::unique_ptr<PDBSymbol> getSymbolType(const PDBSymbol &Symbol) { in getSymbolType() function
42 auto SymbolType = getSymbolType(Symbol); in getTypeLength()
/external/llvm/include/llvm/Object/
DObjectFile.h205 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;
336 return getObject()->getSymbolType(getRawDataRefImpl()); in getType()
DELFObjectFile.h217 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
462 ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function
DMachO.h211 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
DCOFF.h728 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h217 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;
370 return getObject()->getSymbolType(getRawDataRefImpl()); in getType()
DWasm.h158 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
DELFObjectFile.h242 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
542 ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function
DMachO.h292 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
DCOFF.h895 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp231 error_code MachOObjectFile::getSymbolType(DataRefImpl Symb, in getSymbolType() function in llvm::object::MachOObjectFile
458 getSymbolType(Symb, ST); in sectionContainsSymbol()
DCOFFObjectFile.cpp156 error_code COFFObjectFile::getSymbolType(DataRefImpl Symb, in getSymbolType() function in COFFObjectFile
DELFObjectFile.cpp334 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::SymbolType &Res) const;
604 ::getSymbolType(DataRefImpl Symb, in getSymbolType() function in ELFObjectFile
/external/llvm/lib/Object/
DCOFFObjectFile.cpp181 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType() function in COFFObjectFile
DMachOObjectFile.cpp513 MachOObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in MachOObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1087 WasmObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in WasmObjectFile
DCOFFObjectFile.cpp190 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType() function in COFFObjectFile
DMachOObjectFile.cpp1776 MachOObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in MachOObjectFile