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

  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 186 createCompileUnit(
272 void createCompileUnit(MDNode *CUToReplace) {
293 Builder.createCompileUnit(dwarf::DW_LANG_C99, Filename, Directory,
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 76 DebugBuilder->createCompileUnit(llvm::dwarf::DW_LANG_C_plus_plus,
  /external/llvm/unittests/Transforms/DebugIR/
DebugIR.cpp 52 B.createCompileUnit(dwarf::DW_LANG_C99, File, Dir, Producer, false, "", 0);
  /external/llvm/include/llvm/
DIBuilder.h 89 /// createCompileUnit - A CompileUnit provides an anchor for all debugging
105 DICompileUnit createCompileUnit(unsigned Lang, StringRef File,
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 87 /// createCompileUnit - A CompileUnit provides an anchor for all debugging
89 DICompileUnit DIBuilder::createCompileUnit(unsigned Lang, StringRef Filename,
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 46 CreateCompileUnit();
341 /// CreateCompileUnit - Create new compile unit.
342 void CGDebugInfo::CreateCompileUnit() {
396 TheCU = DBuilder.createCompileUnit(LangTag, Filename, getCurrentDirname(),
    [all...]

Completed in 61 milliseconds