Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/Debuginfod/
H A DBuildIDFetcher.cpp22 DebuginfodFetcher::fetch(ArrayRef<uint8_t> BuildID) const { in fetch() function in DebuginfodFetcher
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DTemporaryStorage.h112 mlir::Value fetch(mlir::Location loc, fir::FirOpBuilder &builder) { in fetch() function
136 mlir::Value fetch(mlir::Location loc, fir::FirOpBuilder &builder) { in fetch() function
246 mlir::Value fetch(mlir::Location loc, fir::FirOpBuilder &builder) { in fetch() function
/llvm-project/llvm/lib/Object/
H A DBuildID.cpp68 std::optional<std::string> BuildIDFetcher::fetch(BuildIDRef BuildID) const { in fetch() function in BuildIDFetcher
/llvm-project/flang/lib/Optimizer/Builder/
H A DTemporaryStorage.cpp115 fir::factory::HomogeneousScalarStack::fetch(mlir::Location loc, in fetch() function in fir::factory::HomogeneousScalarStack
208 mlir::Value fir::factory::AnyValueStack::fetch(mlir::Location loc, in fetch() function in fir::factory::AnyValueStack
277 mlir::Value fir::factory::AnyVariableStack::fetch(mlir::Location loc, in fetch() function in fir::factory::AnyVariableStack
/llvm-project/lldb/source/Target/
H A DPlatform.cpp313 bool fetch = false; in GetOSVersion() local
827 bool fetch = false; GetSystemArchitecture() local
[all...]
/llvm-project/lld/MachO/
H A DInputFiles.cpp2195 Error ArchiveFile::fetch(const object::Archive::Child &c, StringRef reason) { fetch() function in ArchiveFile
2223 void ArchiveFile::fetch(const object::Archive::Symbol &sym) { fetch() function in ArchiveFile
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp1302 matchAndRewrite(ArrayFetchOp fetch, in matchAndRewrite()
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp5411 fir::ExtendedValue fetch = genArrFetch(vecIters); genAccessByVector() local
6943 auto fetch = builder.create<fir::ArrayFetchOp>( applyPathToArrayLoad() local