Home
last modified time | relevance | path

Searched defs:BinaryPath (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/tools/dsymutil/
H A DRelocationMap.h78 std::string BinaryPath; variable
92 RelocationMap(const Triple &BinaryTriple, StringRef BinaryPath) in RelocationMap()
H A DMachODebugMapParser.cpp359 Result = std::make_unique<DebugMap>(MainBinary.getArchTriple(), BinaryPath, in parseOneBinary() argument
31 MachODebugMapParser(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,StringRef BinaryPath,ArrayRef<std::string> Archs,ArrayRef<std::string> DSYMSearchPaths,StringRef PathPrefix="",StringRef VariantSuffix="",bool Verbose=false) MachODebugMapParser() argument
53 std::string BinaryPath; global() member in __anoncd1287010111::MachODebugMapParser
528 dumpOneBinaryStab(const MachOObjectFile & MainBinary,StringRef BinaryPath) dumpOneBinaryStab() argument
[all...]
H A DDebugMap.h77 std::string BinaryPath; global() variable
H A DDwarfLinkerForBinary.cpp228 static Error emitRemarks(const LinkOptions &Options, StringRef BinaryPath, in emitRemarks()
/llvm-project/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp55 BinaryPath("binary", cl::value_desc("binary"), cl::Required, variable
H A DPerfReader.h622 StringRef BinaryPath; member
/llvm-project/clang/lib/Driver/
H A DDriver.cpp174 GetResourcesPath(StringRef BinaryPath,StringRef CustomResourceDir) GetResourcesPath() argument