Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp101 DWARFCtx.IsGNUPubSec = true; in mapping()
168 if (static_cast<DWARFYAML::DWARFContext *>(IO.getContext())->IsGNUPubSec) in mapping()
DDWARFEmitter.cpp228 bool IsLittleEndian, bool IsGNUPubSec = false) { in emitPubSection() argument
235 if (IsGNUPubSec) in emitPubSection()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h106 bool IsGNUPubSec = false; member