Searched refs:getRawInlinedAt (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1196 getRawInlinedAt());
1219 return cast_or_null<DILocation>(getRawInlinedAt());
1260 Metadata *getRawInlinedAt() const { function in class:llvm::DICompileUnit::DILocation
/external/llvm/lib/IR/
H A DLLVMContextImpl.h256 InlinedAt(L->getRawInlinedAt()) {}
260 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt();
H A DAsmWriter.cpp1576 Printer.printMetadata("inlinedAt", DL->getRawInlinedAt());
H A DVerifier.cpp798 if (auto *IA = N.getRawInlinedAt())

Completed in 52 milliseconds