Home
last modified time | relevance | path

Searched refs:BinaryPath (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp31 : 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 DDebugMap.h76 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 DDebugMap.cpp207 io.mapOptional("binary-path", DM.BinaryPath); in mapping()
218 io.mapOptional("binary-path", DM->BinaryPath); in mapping()
H A DDwarfLinkerForBinary.cpp229 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 Dllvm-profgen.cpp54 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 DPerfReader.cpp408 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 DPerfReader.h616 StringRef BinaryPath; member
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h356 static std::string GetResourcesPath(StringRef BinaryPath,
/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp166 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() argument
173 std::string Dir = std::string(llvm::sys::path::parent_path(BinaryPath)); in GetResourcesPath()