Home
last modified time | relevance | path

Searched refs:CompileUnits (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.h150 UnitListTy CompileUnits; member
168 CompileUnits.clear(); in Clear()
263 std::vector<std::unique_ptr<CompileUnit>> &CompileUnits; variable
269 std::vector<std::unique_ptr<CompileUnit>> &CompileUnits, in DIECloner() argument
272 CompileUnits(CompileUnits), Options(Options) {} in DIECloner()
DDwarfLinker.cpp954 resolveDIEReference(Linker, DMO, CompileUnits, Val, U, InputDIE, RefUnit); in cloneDieReferenceAttribute()
1990 if (auto RefDIE = resolveDIEReference(Linker, DMO, CompileUnits, *Ref, in hashFullyQualifiedName()
2209 UnitListTy CompileUnits; in loadClangModule() local
2210 CompileUnits.push_back(std::move(Unit)); in loadClangModule()
2211 DIECloner(*this, RelocMgr, DIEAlloc, CompileUnits, Options) in loadClangModule()
2222 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits()
2257 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits()
2456 LinkContext.CompileUnits.reserve( in link()
2474 LinkContext.CompileUnits.push_back(llvm::make_unique<CompileUnit>( in link()
2503 for (auto &CurrentUnit : LinkContext.CompileUnits) { in link()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp480 for (auto &CU : CompileUnits) { in generate()
498 for (auto &CU : CompileUnits) { in generate()
539 CompileUnits.push_back( in addCompileUnit()
541 return *CompileUnits.back(); in addCompileUnit()
DDwarfGenerator.h252 std::vector<std::unique_ptr<CompileUnit>> CompileUnits; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp48 for (auto &Unit : DebugInfo.CompileUnits) { in traverseDebugInfo()
DDWARFYAML.cpp40 IO.mapOptional("debug_info", DWARF.CompileUnits); in mapping()
DDWARFEmitter.cpp249 writeVariableSizedInteger(Op.Data, DI.CompileUnits[0].AddrSize, OS, in EmitDebugLine()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h155 std::vector<Unit> CompileUnits; member
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1268 MutableArrayRef<CompileUnit> CompileUnits; member in llvm::dsymutil::__anond69ad1180111::DwarfLinker::DIECloner
1274 MutableArrayRef<CompileUnit> CompileUnits, LinkOptions &Options) in DIECloner() argument
1276 CompileUnits(CompileUnits), Options(Options) {} in DIECloner()
2374 resolveDIEReference(Linker, CompileUnits, Val, U, InputDIE, RefUnit); in cloneDieReferenceAttribute()
3387 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits()
3411 for (auto &CurrentUnit : CompileUnits) { in cloneAllCompileUnits()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp225 Y.CompileUnits.push_back(NewUnit); in dumpDebugInfo()