Home
last modified time | relevance | path

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

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