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

  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 235 DICompileUnit CU = DBuilder.createCompileUnit(dwarf::DW_LANG_C99,
269 DBuilder2.createCompileUnit(dwarf::DW_LANG_C99,
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.cpp 43 DICompileUnit CU = D->createCompileUnit(Lang, File, Dir, Producer, Optimized,
  /external/llvm/include/llvm/IR/
DIBuilder.h 81 /// createCompileUnit - A CompileUnit provides an anchor for all debugging
107 MDCompileUnit *createCompileUnit(unsigned Lang, StringRef File,
    [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 296 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_Cobol74, "F.CBL", "/",
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp     [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 125 MDCompileUnit *DIBuilder::createCompileUnit(
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 47 CreateCompileUnit();
318 /// CreateCompileUnit - Create new compile unit.
319 void CGDebugInfo::CreateCompileUnit() {
379 TheCU = DBuilder.createCompileUnit(
    [all...]

Completed in 537 milliseconds