Home
last modified time | relevance | path

Searched refs:SecRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DObjDumper.cpp45 for (object::SectionRef SecRef : Obj->sections()) { in getSecNameOrIndexAsSecRef() local
49 if (std::error_code E = SecRef.getName(SectionName)) in getSecNameOrIndexAsSecRef()
53 return SecRef; in getSecNameOrIndexAsSecRef()
55 return SecRef; in getSecNameOrIndexAsSecRef()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp84 OutputSection *&SecRef = NameToOutputSection[Name]; in createOutputSection() local
86 if (SecRef && SecRef->Location.empty()) { in createOutputSection()
88 Sec = SecRef; in createOutputSection()
91 if (!SecRef) in createOutputSection()
92 SecRef = Sec; in createOutputSection()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp348 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection() local
350 OS << " \"" << SecRef.Name << '\"'; in dumpAddressSection()
353 if (!SecRef.IsNameUnique) in dumpAddressSection()