Searched defs:isAbsolute (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCValue.h49 bool isAbsolute() const { return !SymA && !SymB; } function in class:llvm::MCValue
H A DMCSymbol.h264 bool isAbsolute() const { function
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h135 bool isAbsolute() const { return static_cast<bool>(IsAbsolute); } function in class:llvm::jitlink::Addressable
[all...]
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DSymbols.h132 bool isAbsolute() const { return isec == nullptr; } function in class:lld::macho::Defined
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h45 bool isAbsolute() const { return forceAbsolute || sec == nullptr; } function in struct:lld::elf::ExprValue
H A DRelocations.cpp192 static bool isAbsolute(const Symbol &sym) { function
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h373 bool isAbsolute() const { function in class:llvm::object::COFFSymbolRef

Completed in 145 milliseconds