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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIBuilder.h 57 /// Map Macro parent (which can be DIMacroFile or nullptr) to a list of
166 DIMacro *createMacro(DIMacroFile *Parent, unsigned Line, unsigned MacroType,
175 DIMacroFile *createTempMacroFile(DIMacroFile *Parent, unsigned Line,
    [all...]
DebugInfoMetadata.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIBuilder.cpp 112 // Otherwise, it must be a temporary DIMacroFile that need to be resolved.
113 auto *TMF = cast<DIMacroFile>(I.first);
114 auto *MF = DIMacroFile::get(VMContext, dwarf::DW_MACINFO_start_file,
218 DIMacro *DIBuilder::createMacro(DIMacroFile *Parent, unsigned LineNumber,
230 DIMacroFile *DIBuilder::createTempMacroFile(DIMacroFile *Parent,
232 auto *MF = DIMacroFile::getTemporary(VMContext, dwarf::DW_MACINFO_start_file,
236 // Add the new temporary DIMacroFile to the macro per parent map as a parent.
237 // This is needed to assure DIMacroFile with no children to have an entry in
    [all...]
DebugInfoMetadata.cpp     [all...]
LLVMContextImpl.h     [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 636 DIMacroFile *DIMacroFile::getImpl(LLVMContext &Context, unsigned MIType,
640 DEFINE_GETIMPL_LOOKUP(DIMacroFile,
643 DEFINE_GETIMPL_STORE(DIMacroFile, (MIType, Line), Ops);
LLVMContextImpl.h     [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 394 void emitMacroFile(DIMacroFile &F, DwarfCompileUnit &U);
DwarfDebug.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 417 void emitMacroFile(DIMacroFile &F, DwarfCompileUnit &U);
DwarfDebug.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
IRBuilderTest.cpp 638 auto MF2 = DIMacroFile::get(Ctx, dwarf::DW_MACINFO_start_file, 5, File2,
645 auto MF1 = DIMacroFile::get(Ctx, dwarf::DW_MACINFO_start_file, 0, File1,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 195 void writeDIMacroFile(const DIMacroFile *N, SmallVectorImpl<uint64_t> &Record,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 323 void writeDIMacroFile(const DIMacroFile *N, SmallVectorImpl<uint64_t> &Record,
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 528 milliseconds