Home
last modified time | relevance | path

Searched defs:IsAbsolute (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp198 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, Layout); in relaxDwarfLineAddr() local
266 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, Layout); in relaxDwarfCFA() local
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp497 bool FileSpec::IsAbsolute() const { in IsAbsolute() function in FileSpec
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h133 void setAbsolute(bool IsAbsolute) { in setAbsolute()
140 uint64_t IsAbsolute : 1; variable
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp1377 const bool IsAbsolute = NumBytes.evaluateAsAbsolute(IntNumBytes); in emitFill() local