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

/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h556 : Tag(N->getTag()), Name(N->getRawName()), File(N->getRawFile()),
565 File == RHS->getRawFile() && Line == RHS->getLine() &&
663 : Tag(N->getTag()), Name(N->getRawName()), File(N->getRawFile()),
678 File == RHS->getRawFile() && Line == RHS->getLine() &&
788 LinkageName(N->getRawLinkageName()), File(N->getRawFile()),
804 File == RHS->getRawFile() && Line == RHS->getLine() &&
887 : Scope(N->getRawScope()), File(N->getRawFile()), Line(N->getLine()),
891 return Scope == RHS->getRawScope() && File == RHS->getRawFile() &&
908 : Scope(N->getRawScope()), File(N->getRawFile()),
912 return Scope == RHS->getRawScope() && File == RHS->getRawFile()
[all...]
H A DAsmWriter.cpp2087 Printer.printMetadata("file", N->getRawFile());
2110 Printer.printMetadata("file", N->getRawFile());
2168 Printer.printMetadata("file", N->getRawFile(), /* ShouldSkipNull */ false);
2199 Printer.printMetadata("file", N->getRawFile());
2225 Printer.printMetadata("file", N->getRawFile());
2237 Printer.printMetadata("file", N->getRawFile());
2260 Printer.printMetadata("file", N->getRawFile());
2281 Printer.printMetadata("file", N->getRawFile(), /* ShouldSkipNull */ false);
2295 Printer.printMetadata("file", N->getRawFile());
2333 Printer.printMetadata("file", N->getRawFile());
[all...]
H A DVerifier.cpp1093 if (auto *F = N.getRawFile())
1349 CheckDI(N.getRawFile() && isa<DIFile>(N.getRawFile()), "invalid file", &N,
1350 N.getRawFile());
1402 if (auto *F = N.getRawFile())
1510 if (auto *F = N.getRawFile())
1550 if (auto *F = N.getRawFile())
1589 if (auto *F = N.getRawFile())
1617 if (auto *F = N.getRawFile())
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h526 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
541 Metadata *getRawFile() const { function in class:llvm::DIScope
2608 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
2643 Metadata *getRawFile() const { return getOperand(2); } function in class:llvm::DICompileUnit::DILexicalBlock::DIVariable
3228 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
3234 Metadata *getRawFile() const { return getOperand(3); } function in class:llvm::DICompileUnit::DILexicalBlock::DIExpression::DICommonBlock
3378 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
3382 Metadata *getRawFile() const { return getOperand(2); } function in class:llvm::DICompileUnit::DILexicalBlock::DIExpression::DILabel
3449 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
3467 Metadata *getRawFile() cons function in class:llvm::DICompileUnit::DILexicalBlock::DIExpression::DIObjCProperty
3536 Metadata *getRawFile() const { return getOperand(3); } function in class:llvm::DICompileUnit::DILexicalBlock::DIExpression::DIImportedEntity
3751 Metadata *getRawFile() const { return getOperand(0); } function in class:llvm::DICompileUnit::DILexicalBlock::DIExpression::DIMacroFile
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2188 Record.push_back(VE.getMetadataOrNullID(N->getRawFile()));

Completed in 209 milliseconds