Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDWARFYAML.cpp101 DWARFCtx.IsGNUPubSec = true; in mapping()
195 if (static_cast<DWARFYAML::DWARFContext *>(IO.getContext())->IsGNUPubSec) in mapping()
HDDWARFEmitter.cpp228 bool IsLittleEndian, bool IsGNUPubSec = false) { in emitPubSection() argument
235 if (IsGNUPubSec) in emitPubSection()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDDWARFYAML.h107 bool IsGNUPubSec = false; member