Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp43 if (PubTypes) in getNonEmptySectionNames()
100 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/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h243 std::optional<PubSection> PubTypes; member