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

  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 164 const MDNode *CUNode;
175 LexicalBlockFileNode(nullptr), CUNode(nullptr) {
218 assert(CUNode && FileNode);
220 DICompileUnit(CUNode), F.getName(), MangledName, DIFile(FileNode), Line,
292 CUNode =
297 CUToReplace->replaceAllUsesWith(const_cast<MDNode *>(CUNode));
299 DICompileUnit CU(CUNode);
473 NamedMDNode *CUNode = M.getNamedMetadata("llvm.dbg.cu");
474 if (!CUNode || CUNode->getNumOperands() == 0
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 73 DICompileUnit CUNode;
207 uint16_t getLanguage() const { return CUNode.getLanguage(); }
208 DICompileUnit getCUNode() const { return CUNode; }
DwarfDebug.cpp 748 DICompileUnit CUNode(N);
749 DwarfCompileUnit &CU = constructDwarfCompileUnit(CUNode);
750 DIArray ImportedEntities = CUNode.getImportedEntities();
757 DIArray GVs = CUNode.getGlobalVariables();
760 DIArray SPs = CUNode.getSubprograms();
763 DIArray EnumTypes = CUNode.getEnumTypes();
766 DIArray RetainedTypes = CUNode.getRetainedTypes();
    [all...]
DwarfUnit.cpp 46 : UniqueID(UID), CUNode(Node), UnitDie(UnitTag), DebugInfoOffset(0), Asm(A),
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 141 MDNode *CUNode = MDNode::get(VMContext, Elts);
150 NMD->addOperand(CUNode);
153 return DICompileUnit(CUNode);
    [all...]
DebugInfo.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 103 milliseconds