Home
last modified time | relevance | path

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

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