Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp101 DWARFCtx.IsGNUPubSec = true; in mapping()
195 if (static_cast<DWARFYAML::DWARFContext *>(IO.getContext())->IsGNUPubSec) in mapping()
H A DDWARFEmitter.cpp224 bool IsLittleEndian, bool IsGNUPubSec = false) { in emitPubSection() argument
231 if (IsGNUPubSec) in emitPubSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h108 bool IsGNUPubSec = false; member