Home
last modified time | relevance | path

Searched defs:SecRef (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp229 for (const auto &SecRef : m_object->sections()) { in CreateSections() local
/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp118 for (object::SectionRef SecRef : Obj.sections()) { getSectionRefsByNameOrIndex() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp373 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection() local
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp82 Expected<object::SectionRef> SecRef = extractSections() local
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp128 Obj.getSection64(SecRef.getRawDataRefImpl()); in createNormalizedSections() local
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp465 __anon1ee742a10302(const ELFT::Phdr &Phdr, SectionRef SecRef) markGnuRelroSections() argument
498 for (SectionRef SecRef : InputFile->sections()) markGnuRelroSections() local
4101 SectionRef SecRef = ELF64LEFile->toSectionRef(&Section); rewriteNoteSections() local
4299 SectionRef SecRef = File->toSectionRef(&Section); getOutputSections() local
4378 SectionRef SecRef = File->toSectionRef(&Section); getOutputSections() local
4431 SectionRef SecRef = File->toSectionRef(&Section); getOutputSections() local
[all...]
/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp100 if (Expected<object::SectionRef> SecRef = Obj.getSection(SecIndex)) { in constructSectionCommon() local