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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 74 const DICompileUnit *CUNode;
131 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); }
132 const DICompileUnit *getCUNode() const { return CUNode; }
DwarfDebug.cpp 476 auto *CUNode = cast<DICompileUnit>(N);
477 DwarfCompileUnit &CU = constructDwarfCompileUnit(CUNode);
478 for (auto *IE : CUNode->getImportedEntities())
480 for (auto *GV : CUNode->getGlobalVariables())
482 for (auto *SP : CUNode->getSubprograms())
484 for (auto *Ty : CUNode->getEnumTypes()) {
489 for (auto *Ty : CUNode->getRetainedTypes()) {
499 for (auto *IE : CUNode->getImportedEntities())
    [all...]
DwarfUnit.cpp 69 : UniqueID(UID), CUNode(Node),
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 61 : M(m), VMContext(M.getContext()), CUNode(nullptr),
76 if (!CUNode) {
82 CUNode->replaceEnumTypes(MDTuple::get(VMContext, AllEnumTypes));
95 CUNode->replaceRetainedTypes(MDTuple::get(VMContext, RetainValues));
99 CUNode->replaceSubprograms(SPs.get());
111 CUNode->replaceGlobalVariables(MDTuple::get(VMContext, AllGVs));
114 CUNode->replaceImportedEntities(MDTuple::get(
147 assert(!CUNode && "Can only make one compile unit per DIBuilder instance");
148 CUNode = DICompileUnit::getDistinct(
160 NMD->addOperand(CUNode);
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSAddDebugInfoPass.cpp 112 for (llvm::MDNode* CUNode : mdCompileUnitList->operands()) {
113 if (auto *CU = llvm::dyn_cast<llvm::DICompileUnit>(CUNode)) {
  /external/llvm/include/llvm/IR/
DIBuilder.h 39 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 139 milliseconds