Searched refs:BinaryPath (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/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 __anon5e07e75b0111::MachODebugMapParser 78 StringRef BinaryPath); 113 StringRef BinaryPath); 202 StringRef BinaryPath) { in parseOneBinary() argument 364 auto ObjectEntry = BinHolder.getObjectEntry(BinaryPath); in dumpStab() 367 WithColor::error() << "cannot load '" << BinaryPath in dumpStab() 375 WithColor::error() << "cannot get '" << BinaryPath in dumpStab() 383 dumpOneBinaryStab(*Object, BinaryPath); in dumpStab() 392 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 | 207 io.mapOptional("binary-path", DM.BinaryPath); in mapping() 218 io.mapOptional("binary-path", DM->BinaryPath); in mapping()
|
H A D | DwarfLinkerForBinary.cpp | 229 static Error emitRemarks(const LinkOptions &Options, StringRef BinaryPath, in emitRemarks() argument 246 sys::path::append(Path, sys::path::filename(BinaryPath)); in emitRemarks()
|
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/ |
H A D | llvm-profgen.cpp | 54 BinaryPath("binary", cl::value_desc("binary"), cl::Required, variable 111 if (!llvm::sys::fs::exists(BinaryPath)) { in validateCommandLine() 112 std::string Msg = "Input binary(" + BinaryPath + ") doesn't exist."; in validateCommandLine() 154 std::make_unique<ProfiledBinary>(BinaryPath, DebugBinPath); in main()
|
H A D | PerfReader.cpp | 408 StringRef BinaryName = llvm::sys::path::filename(Event.BinaryPath); in updateBinaryAddress() 969 MMap.BinaryPath = Fields[BINARY_PATH]; in extractMMap2EventForBinary() 971 outs() << "Mmap: Binary " << MMap.BinaryPath << " loaded at " in extractMMap2EventForBinary() 975 StringRef BinaryName = llvm::sys::path::filename(MMap.BinaryPath); in extractMMap2EventForBinary()
|
H A D | PerfReader.h | 616 StringRef BinaryPath; member
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | Driver.h | 356 static std::string GetResourcesPath(StringRef BinaryPath,
|
/openbsd/gnu/llvm/clang/lib/Driver/ |
H A D | Driver.cpp | 166 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() argument 173 std::string Dir = std::string(llvm::sys::path::parent_path(BinaryPath)); in GetResourcesPath()
|