Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp43 if (PubTypes) in getNonEmptySectionNames()
98 IO.mapOptional("debug_pubtypes", DWARF.PubTypes); in mapping()
H A DDWARFEmitter.cpp249 assert(DI.PubTypes && "unexpected emitDebugPubtypes() call"); in emitDebugPubtypes()
250 return emitPubSection(OS, *DI.PubTypes, DI.IsLittleEndian); in emitDebugPubtypes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h221 std::optional<PubSection> PubTypes; member