Home
last modified time | relevance | path

Searched refs:getCtx (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp67 ErrAlways(getCtx()) << this << ": section too large"; in InputSectionBase()
73 Err(getCtx()) << this << ": sh_addralign is not a power of 2"; in InputSectionBase()
108 Err(getCtx()) << &file << ": section sh_addralign is too large"; in InputSectionBase()
132 Ctx &ctx = getCtx(); in decompress()
193 Ctx &SectionBase::getCtx() const { return file->ctx; } in getCtx() function in SectionBase
309 std::string filename = toStr(getCtx(), file); in getLocation()
311 return filename + ":(function " + toStr(getCtx(), *d) + ": " + secAndOffset; in getLocation()
1434 const bool live = !(flags & SHF_ALLOC) || !getCtx().arg.gcSections; in splitStrings()
1437 Err(getCtx()) << this << ": string is not null terminated"; in splitStrings()
1463 const bool live = !(flags & SHF_ALLOC) || !getCtx().arg.gcSections; in splitNonStrings()
[all …]
H A DEhFrame.cpp126 size_t size = getAugPSize(isec->getCtx(), enc); in skipAugP()
H A DDWARF.cpp112 Ctx &ctx = sec.getCtx(); in findAux()
H A DARMErrataFix.cpp261 Ctx &ctx = isec->getCtx(); in scanCortexA8Errata657417()
420 Ctx &ctx = isec->getCtx(); in implementPatch()
H A DInputSection.h100 Ctx &getCtx() const;
H A DRelocations.cpp2157 read32(isec.getCtx(), data.data() + (rel.offset - (i + 1) * 4)); in getHexagonPacketOffset()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp193 uint64_t targetOffset = is.getRelocTargetVA(is.getCtx(), r, addrLoc); in isFallThruRelocation()