HomeSort by relevance Sort by last modified time
    Searched refs:CUNode (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIBuilder.cpp 35 : M(m), VMContext(M.getContext()), CUNode(CU),
70 if (!CUNode) {
76 CUNode->replaceEnumTypes(MDTuple::get(VMContext, AllEnumTypes));
89 CUNode->replaceRetainedTypes(MDTuple::get(VMContext, RetainValues));
99 CUNode->replaceGlobalVariables(MDTuple::get(VMContext, AllGVs));
102 CUNode->replaceImportedEntities(MDTuple::get(
109 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef()));
148 assert(!CUNode && "Can only make one compile unit per DIBuilder instance");
149 CUNode = DICompileUnit::getDistinct(
156 NMD->addOperand(CUNode);
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 28 : M(m), VMContext(M.getContext()), CUNode(nullptr),
43 if (!CUNode) {
49 CUNode->replaceEnumTypes(MDTuple::get(VMContext, AllEnumTypes));
62 CUNode->replaceRetainedTypes(MDTuple::get(VMContext, RetainValues));
86 CUNode->replaceGlobalVariables(MDTuple::get(VMContext, AllGVs));
89 CUNode->replaceImportedEntities(MDTuple::get(
122 assert(!CUNode && "Can only make one compile unit per DIBuilder instance");
123 CUNode = DICompileUnit::getDistinct(
130 NMD->addOperand(CUNode);
131 trackIfUnresolved(CUNode);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 71 const DICompileUnit *CUNode;
124 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); }
125 const DICompileUnit *getCUNode() const { return CUNode; }
DwarfDebug.cpp 479 for (DICompileUnit *CUNode : M->debug_compile_units()) {
480 DwarfCompileUnit &CU = constructDwarfCompileUnit(CUNode);
481 for (auto *IE : CUNode->getImportedEntities())
483 for (auto *GV : CUNode->getGlobalVariables())
485 for (auto *Ty : CUNode->getEnumTypes()) {
490 for (auto *Ty : CUNode->getRetainedTypes()) {
500 for (auto *IE : CUNode->getImportedEntities())
594 auto *CUNode = cast<DICompileUnit>(P.first);
596 if (CUNode->getMacros())
    [all...]
DwarfUnit.cpp 68 : CUNode(Node), UnitDie(*DIE::get(DIEValueAllocator, UnitTag)), Asm(A),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 71 const DICompileUnit *CUNode;
112 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); }
113 const DICompileUnit *getCUNode() const { return CUNode; }
DwarfDebug.cpp 679 for (DICompileUnit *CUNode : M->debug_compile_units()) {
684 CUNode->getImportedEntities(), [](const DIImportedEntity *IE) {
688 if (!HasNonLocalImportedEntities && CUNode->getEnumTypes().empty() &&
689 CUNode->getRetainedTypes().empty() &&
690 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty())
693 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(CUNode);
696 for (auto *GVE : CUNode->getGlobalVariables()) {
706 for (auto *GVE : CUNode->getGlobalVariables()) {
712 for (auto *Ty : CUNode->getEnumTypes())
    [all...]
DwarfCompileUnit.cpp     [all...]
DwarfUnit.cpp 75 CUNode(Node), Asm(A), DD(DW), DU(DWU), IndexTyDie(nullptr) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 623 DICompileUnit CUNode(CU_Nodes->getOperand(i));
624 CompileUnit *CU = constructCompileUnit(CUNode);
625 DIArray GVs = CUNode.getGlobalVariables();
628 DIArray SPs = CUNode.getSubprograms();
631 DIArray EnumTypes = CUNode.getEnumTypes();
634 DIArray RetainedTypes = CUNode.getRetainedTypes();
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 38 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
102 /// If \p CU is given a value other than nullptr, then set \p CUNode to CU.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 818 milliseconds