Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp326 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, Asm); in relaxDwarfLineAddr() local
391 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, Asm); in relaxDwarfCFA() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp216 [[maybe_unused]] bool IsAbsolute = in relaxDwarfLineAddr() local
281 [[maybe_unused]] bool IsAbsolute = in relaxDwarfCFA() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp217 bool IsAbsolute = GV->isAbsoluteSymbolRef(); in getTransitiveUsesOfLDS() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp511 bool FileSpec::IsAbsolute() const { in IsAbsolute() function in FileSpec
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h139 void setAbsolute(bool IsAbsolute) { in setAbsolute()
146 uint64_t IsAbsolute : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1460 const bool IsAbsolute = NumBytes.evaluateAsAbsolute(IntNumBytes); in emitFill() local