Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp976 SetVector<StringRef> DebugSecNames = DWARF.getNonEmptySectionNames(); in shouldEmitDWARF() local
977 return Name.consume_front(".") && DebugSecNames.count(Name); in shouldEmitDWARF()