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

  /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...]
  /frameworks/compile/libbcc/lib/
RSAddDebugInfoPass.cpp 133 for (llvm::MDNode* CUNode : mdCompileUnitList->operands()) {
134 if (auto *CU = llvm::dyn_cast<llvm::DICompileUnit>(CUNode)) {
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 350 milliseconds