Searched refs:getSource (Results 26 - 50 of 52) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h488 inline Optional<StringRef> getSource() const;
599 getChecksum(), getSource());
622 Optional<StringRef> getSource() const { function in class:llvm::DIFile
651 Optional<StringRef> DIScope::getSource() const { function in class:llvm::DIScope
653 return F->getSource();
1627 Optional<StringRef> getSource() const { return getScope()->getSource(); } function in class:llvm::DICompileUnit::DILocation
2528 Optional<StringRef> getSource() const {
2530 return F->getSource();
H A DCFG.h237 inline BlockT *getSource() { function in class:llvm::SuccIterator
H A DIntrinsicInst.h14 // ... MCI->getDest() ... MCI->getSource() ...
677 Value *getSource() const { return getRawSource()->stripPointerCasts(); } function in class:MemTransferBase
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.h182 const SourceInfo &Loc = S.Current->getSource(OpPC);
748 S.CCEDiag(S.Current->getSource(OpPC), diag::note_constexpr_array_index)
902 const SourceInfo &Loc = S.Current->getSource(OpPC);
917 const SourceInfo &Loc = S.Current->getSource(OpPC);
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp291 std::string * sourceName = m_symbol->getSource();
528 std::string * sourceName = m_symbol->getSource();
H A DConversionController.cpp1245 SourceFile * sourceFile = getSourceFromName(symbolNode->getSource(), symbolNode->getFirstLine());
H A DElftosbAST.h1135 inline std::string * getSource() { return m_source; } function in class:elftosb::SymbolASTNode
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp305 Assert(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) !=
322 Assert(AA->alias(MCII->getSource(), LS, MCII->getDest(), LS) !=
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h938 Dependences[Dep.getSource(*LAI)].insert(Dep.getDestination(*LAI));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp191 Instruction *Source = Dep.getSource(LAI);
H A DLoopIdiomRecognize.cpp838 Value *Source = MCI->getSource();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp135 if (!AA->pointsToConstantMemory(MI->getSource()))
404 Value *TheSrc = Copy->getSource();
H A DInstCombineCalls.cpp839 if (GlobalVariable *GVSrc = dyn_cast<GlobalVariable>(MMI->getSource()))
856 if (MTI->getSource() == MTI->getDest())
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h595 Optional<StringRef> getSource(const SourceManager &SM, FileID FID);
H A DCGDebugInfo.cpp388 Optional<StringRef> CGDebugInfo::getSource(const SourceManager &SM, function in class:CGDebugInfo
438 return createFile(FileName, CSInfo, getSource(SM, SM.getFileID(Loc)));
624 getSource(SM, SM.getMainFileID()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1112 DIUnit->getSource(), NewCU.getUniqueID());
3139 Asm->OutContext.getDwarfVersion(), F.getSource()));
3276 getMD5AsBytes(DIUnit->getFile()), DIUnit->getSource());
H A DDwarfCompileUnit.cpp132 File->getSource(), CUID);
H A DDwarfUnit.cpp310 Asm->OutContext.getDwarfVersion(), File->getSource());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1048 if (auto Src = unwrapDI<DIFile>(File)->getSource()) {
H A DAsmWriter.cpp2113 Printer.printString("source", N->getSource().getValueOr(StringRef()),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp742 auto Source = File->getSource();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp232 GlobalVariable *MemSrc = dyn_cast<GlobalVariable>(MTI->getSource());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp319 if (Optional<StringRef> Source = DIF->getSource())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2929 Value *SrcShadow = DFSF.DFS.getShadowAddress(I.getSource(), &I);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1576 const JobAction *JA = cast<JobAction>(&FailingCommand->getSource());

Completed in 597 milliseconds

123