HomeSort by: relevance | last modified time | path
    Searched refs:CompileUnits (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinker.h 425 UnitListTy CompileUnits;
433 CompileUnits.clear();
544 std::vector<std::unique_ptr<CompileUnit>> &CompileUnits;
551 std::vector<std::unique_ptr<CompileUnit>> &CompileUnits,
554 DIEAlloc(DIEAlloc), CompileUnits(CompileUnits), Update(Update) {}
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
DWARFYAML.cpp 39 if (!CompileUnits.empty())
104 IO.mapOptional("debug_info", DWARF.CompileUnits);
DWARFEmitter.cpp 407 for (uint64_t I = 0; I < DI.CompileUnits.size(); ++I) {
408 const DWARFYAML::Unit &Unit = DI.CompileUnits[I];
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 880 Linker.resolveDIEReference(File, CompileUnits, Val, InputDIE, RefUnit);
1945 Linker.resolveDIEReference(File, CompileUnits, *Ref, DIE, RefCU)) {
2123 UnitListTy CompileUnits;
2124 CompileUnits.push_back(std::move(Unit));
2126 DIECloner(*this, TheDwarfEmitter, *ErrOrObj, DIEAlloc, CompileUnits,
2140 for (auto &CurrentUnit : CompileUnits) {
2190 for (auto &CurrentUnit : CompileUnits) {
2380 OptContext.CompileUnits.reserve(
2439 Context.CompileUnits.push_back(std::make_unique<CompileUnit>(
2445 for (auto &CurrentUnit : Context.CompileUnits) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 225 std::vector<Unit> CompileUnits;
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp 329 Y.CompileUnits.push_back(NewUnit);

Completed in 29 milliseconds