Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h101 bool IsObjectFile; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp420 if (!IsObjectFile || IsMachOObject || Die.getTag() != DW_TAG_compile_unit) { in verifyDieRanges()
814 : OS(S), DCtx(D), DumpOpts(std::move(DumpOpts)), IsObjectFile(false), in DWARFVerifier()
817 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()