Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp261 for (auto SecRef : sections) { in createNormalizedSymbols() local
308 for (auto &SecRef : sections) { in createNormalizedSections() local
369 for (auto &SecRef : sections) { in addRelocations() local
462 for (auto SecRef : sections) { in graphifyRegularSymbols() local
DMachOLinkGraphBuilder.cpp110 for (auto &SecRef : Obj.sections()) { in createNormalizedSections() local
/external/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.cpp70 for (object::SectionRef SecRef : Obj.sections()) { in getSectionRefsByNameOrIndex() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp380 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection() local
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp381 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp105 for (auto &SecRef : Obj.sections()) { in createNormalizedSections() local
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOReader.cpp85 Expected<object::SectionRef> SecRef = in extractSections() local
/external/llvm-project/llvm/tools/obj2yaml/
Dmacho2yaml.cpp93 if (Expected<object::SectionRef> SecRef = Obj.getSection(SecIndex)) { in constructSectionCommon() local