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.cpp303 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, *Asm); in relaxDwarfLineAddr() local
367 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, *Asm); in relaxDwarfCFA() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp314 [[maybe_unused]] bool IsAbsolute = in relaxDwarfLineAddr() local
379 [[maybe_unused]] bool IsAbsolute = in relaxDwarfCFA() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMemoryUtils.cpp270 bool IsAbsolute = GV->isAbsoluteSymbolRef(); in getTransitiveUsesOfLDS() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp518 bool FileSpec::IsAbsolute() const { in IsAbsolute() function in FileSpec
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h140 void setAbsolute(bool IsAbsolute) { in setAbsolute()
147 uint64_t IsAbsolute : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1424 const bool IsAbsolute = NumBytes.evaluateAsAbsolute(IntNumBytes); in emitFill() local