Searched refs:BinaryPath (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | MachODebugMapParser.cpp | 27 StringRef BinaryPath, ArrayRef<std::string> Archs, in MachODebugMapParser() argument 30 : BinaryPath(std::string(BinaryPath)), Archs(Archs.begin(), Archs.end()), in MachODebugMapParser() 45 std::string BinaryPath; member in __anon7c2d0b190111::MachODebugMapParser 70 StringRef BinaryPath); 105 StringRef BinaryPath); 191 StringRef BinaryPath) { in parseOneBinary() argument 195 std::make_unique<DebugMap>(MainBinary.getArchTriple(), BinaryPath, UUID); in parseOneBinary() 247 OS << "Symbol table for: '" << BinaryPath << "' (" << Arch.data() << ")\n"; in dumpSymTabHeader() 318 StringRef BinaryPath) { in dumpOneBinaryStab() argument 353 auto ObjectEntry = BinHolder.getObjectEntry(BinaryPath); in dumpStab() [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 | 208 io.mapOptional("binary-path", DM.BinaryPath); in mapping() 219 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
H A D | PerfReader.cpp | 285 ProfiledBinary &PerfReader::loadBinary(const StringRef BinaryPath, in loadBinary() argument 290 StringRef BinaryName = llvm::sys::path::filename(BinaryPath); in loadBinary() 293 auto Ret = BinaryTable.insert({BinaryName, ProfiledBinary(BinaryPath)}); in loadBinary() 296 std::string ErrorMsg = "Binary name conflict: " + BinaryPath.str() + in loadBinary() 306 StringRef BinaryPath = Event.BinaryPath; in updateBinaryAddress() local 307 StringRef BinaryName = llvm::sys::path::filename(BinaryPath); in updateBinaryAddress() 611 Event.BinaryPath = Fields[BINARY_PATH]; in parseMMap2Event() 614 outs() << "Mmap: Binary " << Event.BinaryPath << " loaded at " in parseMMap2Event()
|
H A D | PerfReader.h | 561 StringRef BinaryPath; member 567 ProfiledBinary &loadBinary(const StringRef BinaryPath,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Driver.h | 310 static std::string GetResourcesPath(StringRef BinaryPath,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Driver.cpp | 106 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() argument 113 std::string Dir = std::string(llvm::sys::path::parent_path(BinaryPath)); in GetResourcesPath()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | mm-viet.comp.po | 13854 "tree. BinaryPath should point to the base of the recursive search and \n" 13907 "BinaryPath (đường dẫn nhị phân) nên chỉ tới cơ bản của việc tìm kiếm đệ "
|