Home
last modified time | relevance | path

Searched refs:IsAbsolute (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h107 : Address(Address), IsDefined(IsDefined), IsAbsolute(false) {} in Addressable()
110 : Address(Address), IsDefined(false), IsAbsolute(true) { in Addressable()
111 assert(!(IsDefined && IsAbsolute) && in Addressable()
127 bool isAbsolute() const { return static_cast<bool>(IsAbsolute); } in isAbsolute()
130 void setAbsolute(bool IsAbsolute) { in setAbsolute() argument
132 this->IsAbsolute = IsAbsolute; in setAbsolute()
137 uint64_t IsAbsolute : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp1322 const bool IsAbsolute = NumBytes.evaluateAsAbsolute(IntNumBytes); in emitFill() local
1323 if (IsAbsolute && IntNumBytes == 0) in emitFill()
1335 if (!IsAbsolute) in emitFill()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc80 const bool IsAbsolute = llvm::sys::path::is_absolute(Path8);
82 if (IsAbsolute)
97 if (!IsAbsolute) {