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

  /external/llvm/include/llvm/IR/
DebugInfo.h 226 MDCompileUnit *N;
229 DICompileUnit(const MDCompileUnit *N = nullptr)
230 : N(const_cast<MDCompileUnit *>(N)) {}
234 operator MDCompileUnit *() const { return N; }
235 MDCompileUnit *operator->() const { return N; }
236 MDCompileUnit &operator*() const { return *N; }
DebugInfoMetadata.h     [all...]
DIBuilder.h 107 MDCompileUnit *createCompileUnit(unsigned Lang, StringRef File,
    [all...]
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 141 assert((isa<MDFile>(this) || isa<MDCompileUnit>(this)) &&
154 isa<MDCompileUnit>(this)) &&
309 MDCompileUnit *MDCompileUnit::getImpl(
320 MDCompileUnit,
328 MDCompileUnit,
DebugInfo.cpp 78 auto *CU = cast<MDCompileUnit>(CU_Nodes->getOperand(CUi));
126 DICompileUnit CU = cast<MDCompileUnit>(CU_Nodes->getOperand(i));
190 if (DICompileUnit CU = dyn_cast<MDCompileUnit>(Scope)) {
381 DICompileUnit CUNode = cast<MDCompileUnit>(N);
DIBuilder.cpp 120 if (!N || isa<MDCompileUnit>(N))
125 MDCompileUnit *DIBuilder::createCompileUnit(
136 // TODO: Once we make MDCompileUnit distinct, stop using temporaries here
146 MDCompileUnit *CUNode = MDCompileUnit::get(
336 assert((!Context || isa<MDCompileUnit>(Context)) && "Expected compile unit");
344 assert((!Context || isa<MDCompileUnit>(Context)) && "Expected compile unit");
    [all...]
LLVMContextImpl.h 461 template <> struct MDNodeKeyImpl<MDCompileUnit> {
488 MDNodeKeyImpl(const MDCompileUnit *N)
499 bool isKeyOf(const MDCompileUnit *RHS) const {
    [all...]
Verifier.cpp 608 Assert(MD && isa<MDCompileUnit>(MD), "invalid compile unit", &NMD, MD);
887 void Verifier::visitMDCompileUnit(const MDCompileUnit &N) {
    [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 75 for (MDCompileUnit *CU : Finder.compile_units()) {
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 323 DICompileUnit CU1 = cast<MDCompileUnit>(*Iter);
325 DICompileUnit CU2 = cast<MDCompileUnit>(*Iter);
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 308 for (MDCompileUnit *DIC : F.compile_units()) {
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 490 DICompileUnit CU = cast<MDCompileUnit>(CU_Nodes->getOperand(i));
573 DICompileUnit CU = cast<MDCompileUnit>(CU_Nodes->getOperand(i));
849 DICompileUnit CU = cast<MDCompileUnit>(CU_Nodes->getOperand(i));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.cpp 23 assert((isa<MDCompileUnit>(S) || isa<MDFile>(S) || isa<MDSubprogram>(S) ||
DwarfDebug.cpp 448 DICompileUnit CUNode = cast<MDCompileUnit>(N);
516 DICompileUnit TheCU = cast<MDCompileUnit>(N);
    [all...]
DwarfUnit.cpp 862 if (!Context || isa<MDCompileUnit>(Context) || isa<MDFile>(Context) ||
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 776 for (const MDCompileUnit *DIUnit : DbgFinder.compile_units()) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 422 milliseconds