Searched refs:BinaryPath (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | MachODebugMapParser.cpp | 31 : BinaryPath(std::string(BinaryPath)), Archs(Archs.begin(), Archs.end()), in MachODebugMapParser() 46 std::string BinaryPath; member in __anone08cf6be0111::MachODebugMapParser 78 StringRef BinaryPath); 113 StringRef BinaryPath); 201 StringRef BinaryPath) { in parseOneBinary() argument 363 auto ObjectEntry = BinHolder.getObjectEntry(BinaryPath); in dumpStab() 366 WithColor::error() << "cannot load '" << BinaryPath in dumpStab() 374 WithColor::error() << "cannot get '" << BinaryPath in dumpStab() 382 dumpOneBinaryStab(*Object, BinaryPath); in dumpStab() 391 auto ObjectEntry = BinHolder.getObjectEntry(BinaryPath); in parse() [all …]
|
| H A D | DebugMap.h | 76 std::string BinaryPath; variable 91 DebugMap(const Triple &BinaryTriple, StringRef BinaryPath, 93 : BinaryTriple(BinaryTriple), BinaryPath(std::string(BinaryPath)), in BinaryTriple() 119 StringRef getBinaryPath() const { return BinaryPath; } in getBinaryPath()
|
| H A D | DebugMap.cpp | 206 io.mapOptional("binary-path", DM.BinaryPath); in mapping() 217 io.mapOptional("binary-path", DM->BinaryPath); in mapping()
|
| H A D | DwarfLinkerForBinary.cpp | 230 static Error emitRemarks(const LinkOptions &Options, StringRef BinaryPath, in emitRemarks() argument 247 sys::path::append(Path, sys::path::filename(BinaryPath)); in emitRemarks()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | llvm-profgen.cpp | 56 BinaryPath("binary", cl::value_desc("binary"), cl::Required, variable 113 if (!llvm::sys::fs::exists(BinaryPath)) { in validateCommandLine() 114 std::string Msg = "Input binary(" + BinaryPath + ") doesn't exist."; in validateCommandLine() 156 std::make_unique<ProfiledBinary>(BinaryPath, DebugBinPath); in main()
|
| H A D | PerfReader.cpp | 412 StringRef BinaryName = llvm::sys::path::filename(Event.BinaryPath); in updateBinaryAddress() 960 MMap.BinaryPath = Fields[BINARY_PATH]; in extractMMap2EventForBinary() 962 outs() << "Mmap: Binary " << MMap.BinaryPath << " loaded at " in extractMMap2EventForBinary() 966 StringRef BinaryName = llvm::sys::path::filename(MMap.BinaryPath); in extractMMap2EventForBinary()
|
| H A D | PerfReader.h | 616 StringRef BinaryPath; member
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Driver.h | 343 static std::string GetResourcesPath(StringRef BinaryPath,
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Driver.cpp | 164 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() argument 171 std::string Dir = std::string(llvm::sys::path::parent_path(BinaryPath)); in GetResourcesPath()
|