/external/llvm/lib/Object/ |
D | ObjectFile.cpp | 47 return getSymbolValueImpl(Ref); in getSymbolValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ObjectFile.cpp | 63 return getSymbolValueImpl(Ref); in getSymbolValue()
|
D | XCOFFObjectFile.cpp | 198 uint64_t XCOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function in llvm::object::XCOFFObjectFile
|
D | COFFObjectFile.cpp | 157 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const { in getSymbolValueImpl() function in COFFObjectFile
|
D | WasmObjectFile.cpp | 1326 uint64_t WasmObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function in WasmObjectFile
|
/external/llvm-project/llvm/lib/Object/ |
D | ObjectFile.cpp | 66 return getSymbolValueImpl(Ref); in getSymbolValue()
|
D | XCOFFObjectFile.cpp | 205 uint64_t XCOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function in llvm::object::XCOFFObjectFile
|
D | COFFObjectFile.cpp | 153 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const { in getSymbolValueImpl() function in COFFObjectFile
|
D | WasmObjectFile.cpp | 1480 uint64_t WasmObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function in WasmObjectFile
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | XCOFFObjectFile.h | 258 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
|
D | Wasm.h | 166 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
|
D | ObjectFile.h | 247 virtual uint64_t getSymbolValueImpl(DataRefImpl Symb) const = 0;
|
D | ELFObjectFile.h | 261 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override; 498 uint64_t ELFObjectFile<ELFT>::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function
|
D | MachO.h | 655 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
|
D | COFF.h | 897 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 202 virtual uint64_t getSymbolValueImpl(DataRefImpl Symb) const = 0;
|
D | ELFObjectFile.h | 211 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override; 384 uint64_t ELFObjectFile<ELFT>::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function
|
D | MachO.h | 448 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
|
D | COFF.h | 725 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Wasm.h | 171 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
|
D | XCOFFObjectFile.h | 280 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
|
D | ObjectFile.h | 249 virtual uint64_t getSymbolValueImpl(DataRefImpl Symb) const = 0;
|
D | ELFObjectFile.h | 274 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override; 544 uint64_t ELFObjectFile<ELFT>::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl() function
|
D | MachO.h | 657 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
|
D | COFF.h | 921 uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
|