Home
last modified time | relevance | path

Searched defs:DWOFile (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h83 struct DWOFile { struct
87 StringMap<std::weak_ptr<DWOFile>> DWOFiles; argument
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h80 struct DWOFile { struct
84 StringMap<std::weak_ptr<DWOFile>> DWOFiles; argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h130 object::OwningBinary<object::ObjectFile> DWOFile; variable
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp268 Expected<std::unique_ptr<Object>> DWOFile = Reader.create(false); in splitDWOToFile() local