HomeSort by: relevance | last modified time | path
    Searched defs:CUNode (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DIBuilder.h 45 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
101 /// If \p CU is given a value other than nullptr, then set \p CUNode to CU.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 40 const DICompileUnit *CUNode;
100 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); }
101 const DICompileUnit *getCUNode() const { return CUNode; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 123 emitProfileNotes(NamedMDNode *CUNode, bool HasExecOrFork,
613 NamedMDNode *CUNode = M.getNamedMetadata("llvm.dbg.cu");
614 if (!CUNode || (!Options.EmitNotes && !Options.EmitData))
621 emitProfileNotes(CUNode, HasExecOrFork, GetBFI, GetBPI, this->GetTLI);
813 NamedMDNode *CUNode, bool HasExecOrFork,
827 for (unsigned i = 0, e = CUNode->getNumOperands(); i != e; ++i) {
832 auto *CU = cast<DICompileUnit>(CUNode->getOperand(i));

Completed in 51 milliseconds