Searched defs:getImageBase (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | Target.cpp | 177 uint64_t TargetInfo::getImageBase() const { getImageBase() function in TargetInfo |
H A D | Driver.cpp | 1961 static std::optional<uint64_t> getImageBase(opt::InputArgList &args) { getImageBase() function |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ | ||
H A D | RuntimeDyldCOFFX86_64.h | 35 uint64_t getImageBase() { in getImageBase() function |
H A D | RuntimeDyldCOFFAArch64.h | 75 uint64_t getImageBase() { in getImageBase() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ | ||
H A D | COFFObjectFile.cpp | 455 uint64_t COFFObjectFile::getImageBase() const { getImageBase() function in COFFObjectFile |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | MicrosoftCXXABI.cpp | 566 llvm::GlobalVariable *getImageBase() { getImageBase() function in __anon624d7ee50111::MicrosoftCXXABI |