Searched refs:getOrCreateSourceID (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h302 virtual unsigned getOrCreateSourceID(const DIFile *File) = 0;
349 unsigned getOrCreateSourceID(const DIFile *File) override;
H A DDwarfCompileUnit.h168 unsigned getOrCreateSourceID(const DIFile *File) override;
H A DDwarfUnit.cpp327 unsigned DwarfTypeUnit::getOrCreateSourceID(const DIFile *File) { function in class:DwarfTypeUnit
329 return getCU().getOrCreateSourceID(File);
419 unsigned FileID = getOrCreateSourceID(File);
1133 getOrCreateSourceID(M->getFile()));
1192 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile());
1193 unsigned DefID = getOrCreateSourceID(SP->getFile());
H A DDwarfCompileUnit.cpp109 unsigned DwarfCompileUnit::getOrCreateSourceID(const DIFile *File) { function in class:DwarfCompileUnit
629 getOrCreateSourceID(IA->getFile()));
H A DDwarfDebug.cpp2060 .getOrCreateSourceID(Scope->getFile());
3068 Asm->emitULEB128(U.getOrCreateSourceID(F.getFile()));

Completed in 207 milliseconds