Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DDwarf.cpp28 for (const InputSection *isec : obj->debugSections) { in create()
H A DInputFiles.h175 std::vector<ConcatInputSection *> debugSections; variable
H A DInputFiles.cpp379 debugSections.push_back(isec); in parseSections()