Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 24 of 24) sorted by relevance

/llvm-project/mlir/lib/Transforms/
H A DLocationSnapshot.cpp31 generateLocationsFromIR(raw_ostream & os,StringRef fileName,Operation * op,const OpPrintingFlags & flags,StringRef tag) generateLocationsFromIR() argument
71 generateLocationsFromIR(StringRef fileName,Operation * op,OpPrintingFlags flags,StringRef tag) generateLocationsFromIR() argument
101 generateLocationsFromIR(raw_ostream & os,StringRef fileName,Operation * op,OpPrintingFlags flags) generateLocationsFromIR() argument
108 generateLocationsFromIR(StringRef fileName,Operation * op,OpPrintingFlags flags) generateLocationsFromIR() argument
117 generateLocationsFromIR(raw_ostream & os,StringRef fileName,StringRef tag,Operation * op,OpPrintingFlags flags) generateLocationsFromIR() argument
125 generateLocationsFromIR(StringRef fileName,StringRef tag,Operation * op,OpPrintingFlags flags) generateLocationsFromIR() argument
153 createLocationSnapshotPass(OpPrintingFlags flags,StringRef fileName,StringRef tag) createLocationSnapshotPass() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/
H A Drename_check.py20 def replaceInFileRegex(fileName: str, sFrom: str, sTo: str) -> None: argument
38 def replaceInFile(fileName: str, sFrom: str, sTo: str) -> None: argument
78 def fileRename(fileName: str, sFrom: str, sTo: str) -> str: argument
87 deleteMatchingLines(fileName, pattern) global() argument
[all...]
/llvm-project/llvm/utils/lit/tests/Inputs/fake-externals/
H A Dfake_external.py5 def execute(fileName): argument
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/
H A DOpenMPCommon.cpp20 StringRef fileName = fileLoc.getFilename(); in createSourceLocStrFromLocation() local
/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp69 static pair<const char *, streamsize> getBuf(const char *fileName) { in getBuf()
89 rstream(const char *fileName) : _rstream(getBuf(fileName)) {} in rstream()
237 void computeExternalSymbols(const char *fileName, set<string> *defined, in computeExternalSymbols()
291 void hideSymbols(char *fileName, const set<string> &hide) { in hideSymbols()
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp53 llvm::SmallString<128> fileName; in onBodySynthesis() local
/llvm-project/lld/Common/
H A DDWARF.cpp80 std::string fileName; in getVariableLoc() local
/llvm-project/flang/unittests/Runtime/
H A DStop.cpp91 static const std::string fileName{"file name"}; in TEST() local
/llvm-project/mlir/lib/Bindings/Python/
H A DExecutionEngineModule.cpp128 __anon30645d3a0502(PyExecutionEngine &executionEngine, const std::string &fileName) PYBIND11_MODULE() argument
/llvm-project/lld/COFF/
H A DMinGW.cpp169 StringRef fileName = sys::path::filename(sym->getFile()->getName()); in shouldExport() local
H A DPDB.cpp244 pdbMakeAbsolute(SmallVectorImpl<char> & fileName) pdbMakeAbsolute() argument
/llvm-project/mlir/lib/Dialect/Transform/Transforms/
H A DTransformInterpreterUtils.cpp63 const std::string &fileName = it->path(); in expandPathsToMLIRFiles() local
/llvm-project/mlir/unittests/Debug/
H A DFileLineColLocBreakpointManagerTest.cpp209 StringRef fileName("plugh.xyzzy"); in TEST() local
/llvm-project/clang/unittests/libclang/
H A DLibclangTest.cpp1123 std::string fileName = "main.cpp"; in TEST_F() local
1177 std::string fileName = "main.cpp"; in TEST_F() local
1218 std::string fileName = "main.cpp"; in TEST_F() local
1254 std::string fileName = "main.cpp"; in TEST_F() local
1296 std::string fileName = "main.c"; in TEST_F() local
/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp353 getMipsFpAbiFlag(uint8_t oldFlag,uint8_t newFlag,StringRef fileName) getMipsFpAbiFlag() argument
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAddDebugInfo.cpp186 llvm::StringRef fileName; runOnOperation() local
/llvm-project/lld/wasm/
H A DWriter.cpp662 StringRef fileName(file->getName()); in populateTargetFeatures() local
599 StringRef fileName(file->getName()); populateTargetFeatures() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp502 translateFile(StringRef fileName) translateFile() argument
H A DDebugImporter.cpp42 StringAttr fileName = StringAttr::get(context, subprogram->getFilename()); in translateFuncLocation() local
/llvm-project/lld/MachO/
H A DSyntheticSections.h541 StringRef fileName; global() variable
H A DDriver.cpp1961 StringRef fileName = arg->getValue(2); link() local
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp180 auto fileName = fileLoc ? fileLoc.getFilename().strref() : "<unknown>"; in processDebugInfo() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp2210 auto fileName = debugInfoMap.lookup(debugLine->fileID).str(); createFileLineColLoc() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp2875 StringRef fileName = fileLoc.getFilename().getValue(); getTargetEntryUniqueInfo() local