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

  /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/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 186 createCompileUnit(
272 void createCompileUnit(MDNode *CUToReplace) {
293 Builder.createCompileUnit(dwarf::DW_LANG_C99, Filename, Directory,

Completed in 30 milliseconds