Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.cpp116 for (object::SectionRef SecRef : Obj.sections()) { in getSectionRefsByNameOrIndex() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp398 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp80 Expected<object::SectionRef> SecRef = in extractSections() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp126 for (auto &SecRef : Obj.sections()) { in createNormalizedSections() local
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp99 if (Expected<object::SectionRef> SecRef = Obj.getSection(SecIndex)) { in constructSectionCommon() local