/llvm-project/mlir/lib/Transforms/ |
H A D | LocationSnapshot.cpp | 31 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 D | rename_check.py | 20 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 D | fake_external.py | 5 def execute(fileName): argument
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/ |
H A D | OpenMPCommon.cpp | 20 StringRef fileName = fileLoc.getFilename(); in createSourceLocStrFromLocation() local
|
/llvm-project/openmp/runtime/src/ |
H A D | extractExternal.cpp | 69 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 D | ModelInjector.cpp | 53 llvm::SmallString<128> fileName; in onBodySynthesis() local
|
/llvm-project/lld/Common/ |
H A D | DWARF.cpp | 80 std::string fileName; in getVariableLoc() local
|
/llvm-project/flang/unittests/Runtime/ |
H A D | Stop.cpp | 91 static const std::string fileName{"file name"}; in TEST() local
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | ExecutionEngineModule.cpp | 128 __anon30645d3a0502(PyExecutionEngine &executionEngine, const std::string &fileName) PYBIND11_MODULE() argument
|
/llvm-project/lld/COFF/ |
H A D | MinGW.cpp | 169 StringRef fileName = sys::path::filename(sym->getFile()->getName()); in shouldExport() local
|
H A D | PDB.cpp | 244 pdbMakeAbsolute(SmallVectorImpl<char> & fileName) pdbMakeAbsolute() argument
|
/llvm-project/mlir/lib/Dialect/Transform/Transforms/ |
H A D | TransformInterpreterUtils.cpp | 63 const std::string &fileName = it->path(); in expandPathsToMLIRFiles() local
|
/llvm-project/mlir/unittests/Debug/ |
H A D | FileLineColLocBreakpointManagerTest.cpp | 209 StringRef fileName("plugh.xyzzy"); in TEST() local
|
/llvm-project/clang/unittests/libclang/ |
H A D | LibclangTest.cpp | 1123 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 D | MipsArchTree.cpp | 353 getMipsFpAbiFlag(uint8_t oldFlag,uint8_t newFlag,StringRef fileName) getMipsFpAbiFlag() argument
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | AddDebugInfo.cpp | 186 llvm::StringRef fileName; runOnOperation() local
|
/llvm-project/lld/wasm/ |
H A D | Writer.cpp | 662 StringRef fileName(file->getName()); in populateTargetFeatures() local 599 StringRef fileName(file->getName()); populateTargetFeatures() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | DebugTranslation.cpp | 502 translateFile(StringRef fileName) translateFile() argument
|
H A D | DebugImporter.cpp | 42 StringAttr fileName = StringAttr::get(context, subprogram->getFilename()); in translateFuncLocation() local
|
/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 541 StringRef fileName; global() variable
|
H A D | Driver.cpp | 1961 StringRef fileName = arg->getValue(2); link() local
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serializer.cpp | 180 auto fileName = fileLoc ? fileLoc.getFilename().strref() : "<unknown>"; in processDebugInfo() local
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | Deserializer.cpp | 2210 auto fileName = debugInfoMap.lookup(debugLine->fileID).str(); createFileLineColLoc() local
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/ |
H A D | OpenMPToLLVMIRTranslation.cpp | 2875 StringRef fileName = fileLoc.getFilename().getValue(); getTargetEntryUniqueInfo() local
|