Home
last modified time | relevance | path

Searched defs:InputFile (Results 1 – 25 of 75) sorted by relevance

123

/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp251 saveSeparateDebugInfo(const Options & Opts,ObjectFile & InputFile) saveSeparateDebugInfo() argument
274 saveNonDebugInfo(const Options & Opts,ObjectFile & InputFile,uint32_t GnuDebugLinkCRC32) saveNonDebugInfo() argument
298 splitDebugIntoSeparateFile(const Options & Opts,ObjectFile & InputFile) splitDebugIntoSeparateFile() argument
314 addSectionsFromLinkedData(objcopy::ConfigManager & Config,ObjectFile & InputFile,DebugInfoBits & LinkedDebugInfoBits) addSectionsFromLinkedData() argument
356 saveSeparateLinkedDebugInfo(const Options & Opts,ObjectFile & InputFile,DebugInfoBits LinkedDebugInfoBits) saveSeparateLinkedDebugInfo() argument
387 saveSingleLinkedDebugInfo(const Options & Opts,ObjectFile & InputFile,DebugInfoBits LinkedDebugInfoBits) saveSingleLinkedDebugInfo() argument
407 saveLinkedDebugInfo(const Options & Opts,ObjectFile & InputFile,DebugInfoBits LinkedDebugInfoBits) saveLinkedDebugInfo() argument
428 saveCopyOfFile(const Options & Opts,ObjectFile & InputFile) saveCopyOfFile() argument
443 applyCLOptions(const struct Options & Opts,ObjectFile & InputFile) applyCLOptions() argument
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h32 class InputFile; variable
57 InputFile(PDBFile *Pdb) { PdbOrObj = Pdb; } in InputFile() function
58 InputFile(object::COFFObjectFile *Obj) { PdbOrObj = Obj; } in InputFile() function
59 InputFile(MemoryBuffer *Buffer) { PdbOrObj = Buffer; } in InputFile() function
/llvm-project/lld/wasm/
H A DLTO.h38 class InputFile; global() variable
/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.h22 class InputFile; variable
H A DDumpOutputStyle.h27 class InputFile; variable
/llvm-project/lld/ELF/
H A DLTO.h37 class InputFile; variable
H A DThunks.h17 class InputFile; global() variable
H A DSymbolTable.h19 class InputFile; variable
H A DWriter.h17 class InputFile; global() variable
/llvm-project/bolt/tools/bat-dump/
H A Dbat-dump.cpp86 void dumpBATFor(llvm::object::ELFObjectFileBase *InputFile) { in dumpBATFor()
173 if (auto *InputFile = dyn_cast<llvm::object::ELFObjectFileBase>(&Binary)) in main() local
/llvm-project/lld/COFF/
H A DLTO.h38 class InputFile; variable
H A DInputFiles.h33 class InputFile; variable
132 : InputFile(ctx, ObjectKind, m, lazy) {} InputFile() function
[all...]
/llvm-project/bolt/include/bolt/Rewrite/
H A DMachORewriteInstance.h34 object::MachOObjectFile *InputFile; variable
/llvm-project/lld/MachO/
H A DSymbolTable.h23 class InputFile; variable
H A DDriver.h26 class InputFile; global() variable
H A DInputFiles.h32 class InputFile; variable
64 class InputFile; variable
[all...]
/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp167 const std::string &InputFile, in ExecuteProgram()
254 const std::string &InputFile, const std::string &OutputFile, in ExecuteProgram()
312 const std::string &InputFile, const std::string &OutputFile, in ExecuteProgram()
484 const std::string &InputFile, in ExecuteProgram()
555 const std::string &InputFile, in ExecuteProgram()
625 const std::string &InputFile, in ExecuteProgram()
765 Error CC::MakeSharedObject(const std::string &InputFile, FileType fileType, in MakeSharedObject()
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp86 for (auto &InputFile : InputFiles) { in main() local
/llvm-project/clang-tools-extra/clang-include-fixer/plugin/
H A DIncludeFixerPlugin.cpp63 std::string InputFile = in ParseArgs() local
/llvm-project/llvm/tools/dsymutil/
H A DRelocationMap.cpp38 RelocationMap::parseYAMLRelocationMap(StringRef InputFile, in parseYAMLRelocationMap()
/llvm-project/clang/unittests/Driver/
H A DSanitizerArgsTest.cpp40 static constexpr const char *InputFile = "/sources/foo.c"; variable
/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp116 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource() local
/llvm-project/clang/tools/clang-installapi/
H A DClangInstallAPI.cpp56 std::string InputFile = ProcessedInput->getBufferIdentifier().str(); in runFrontend() local
/llvm-project/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp61 MachORewriteInstance::create(object::MachOObjectFile *InputFile, in create() argument
71 MachORewriteInstance::MachORewriteInstance(object::MachOObjectFile *InputFile, in MachORewriteInstance() argument
[all...]
/llvm-project/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp167 for (const auto &InputFile : InputFiles) { main() local

123