Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp294 DWARFYAML::EmitPubSection(OS, Obj.DWARF.PubNames, in writeSectionData()
297 DWARFYAML::EmitPubSection(OS, Obj.DWARF.PubTypes, in writeSectionData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp118 void DWARFYAML::EmitPubSection(raw_ostream &OS, in EmitPubSection() function in DWARFYAML