Searched refs:CompileUnits (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.h | 150 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()
|
D | DwarfLinker.cpp | 954 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/ |
D | DwarfGenerator.cpp | 480 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()
|
D | DwarfGenerator.h | 252 std::vector<std::unique_ptr<CompileUnit>> CompileUnits; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | DWARFVisitor.cpp | 48 for (auto &Unit : DebugInfo.CompileUnits) { in traverseDebugInfo()
|
D | DWARFYAML.cpp | 40 IO.mapOptional("debug_info", DWARF.CompileUnits); in mapping()
|
D | DWARFEmitter.cpp | 249 writeVariableSizedInteger(Op.Data, DI.CompileUnits[0].AddrSize, OS, in EmitDebugLine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 155 std::vector<Unit> CompileUnits; member
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1268 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/ |
D | dwarf2yaml.cpp | 225 Y.CompileUnits.push_back(NewUnit); in dumpDebugInfo()
|