Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp321 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, Layout); relaxDwarfLineAddr() local
386 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, Layout); relaxDwarfCFA() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp221 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, Layout); relaxDwarfLineAddr() local
286 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, Layout); relaxDwarfCFA() local
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp511 bool FileSpec::IsAbsolute() const { in IsAbsolute() function in FileSpec
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h138 setAbsolute(bool IsAbsolute) setAbsolute() argument
145 uint64_t IsAbsolute : 1; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1445 const bool IsAbsolute = NumBytes.evaluateAsAbsolute(IntNumBytes); emitFill() local