/external/llvm-project/llvm/include/llvm/Object/ |
D | XCOFFObjectFile.h | 157 uint8_t getSymbolType() const { 161 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; } 282 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
|
D | ObjectFile.h | 252 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0; 411 return getObject()->getSymbolType(getRawDataRefImpl()); in getType()
|
D | Wasm.h | 174 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
|
D | ELFObjectFile.h | 281 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override; 647 ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function
|
D | MachO.h | 289 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
|
D | COFF.h | 924 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 33 static std::unique_ptr<PDBSymbol> getSymbolType(const PDBSymbol &Symbol) { in getSymbolType() function 41 auto SymbolType = getSymbolType(Symbol); in getTypeLength()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 33 static std::unique_ptr<PDBSymbol> getSymbolType(const PDBSymbol &Symbol) { in getSymbolType() function 41 auto SymbolType = getSymbolType(Symbol); in getTypeLength()
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 205 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0; 336 return getObject()->getSymbolType(getRawDataRefImpl()); in getType()
|
D | ELFObjectFile.h | 217 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override; 462 ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function
|
D | MachO.h | 211 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
|
D | COFF.h | 728 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 250 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0; 402 return getObject()->getSymbolType(getRawDataRefImpl()); in getType()
|
D | XCOFFObjectFile.h | 260 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
|
D | Wasm.h | 169 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
|
D | ELFObjectFile.h | 268 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override; 587 ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function
|
D | MachO.h | 289 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
|
D | COFF.h | 900 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | XCOFFDumper.cpp | 216 W.printEnum("SymbolType", AuxEntPtr->getSymbolType(), in printCsectAuxEnt32()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 210 XCOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in llvm::object::XCOFFObjectFile
|
D | COFFObjectFile.cpp | 189 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType() function in COFFObjectFile
|
D | WasmObjectFile.cpp | 1341 WasmObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in WasmObjectFile
|
/external/llvm-project/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 217 XCOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in llvm::object::XCOFFObjectFile
|
D | COFFObjectFile.cpp | 185 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType() function in COFFObjectFile
|
D | WasmObjectFile.cpp | 1495 WasmObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in WasmObjectFile
|