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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 460 void beginModule();
DwarfDebug.cpp 466 void DwarfDebug::beginModule() {
613 // If we aren't actually generating debug info (check beginModule -
    [all...]
AsmPrinter.cpp 260 DD->beginModule();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 478 /// beginModule - Emit all Dwarf sections that should come prior to the
480 void beginModule(Module *M);
DwarfDebug.cpp 133 beginModule(M);
611 /// beginModule - Emit all Dwarf sections that should come prior to the
614 void DwarfDebug::beginModule(Module *M) {
    [all...]

Completed in 205 milliseconds