/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | llvm-dwarfutil.cpp | 251 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 D | InputFile.h | 32 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 D | LTO.h | 38 class InputFile; global() variable
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | ExplainOutputStyle.h | 22 class InputFile; variable
|
H A D | DumpOutputStyle.h | 27 class InputFile; variable
|
/llvm-project/lld/ELF/ |
H A D | LTO.h | 37 class InputFile; variable
|
H A D | Thunks.h | 17 class InputFile; global() variable
|
H A D | SymbolTable.h | 19 class InputFile; variable
|
H A D | Writer.h | 17 class InputFile; global() variable
|
/llvm-project/bolt/tools/bat-dump/ |
H A D | bat-dump.cpp | 86 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 D | LTO.h | 38 class InputFile; variable
|
H A D | InputFiles.h | 33 class InputFile; variable 132 : InputFile(ctx, ObjectKind, m, lazy) {} InputFile() function [all...] |
/llvm-project/bolt/include/bolt/Rewrite/ |
H A D | MachORewriteInstance.h | 34 object::MachOObjectFile *InputFile; variable
|
/llvm-project/lld/MachO/ |
H A D | SymbolTable.h | 23 class InputFile; variable
|
H A D | Driver.h | 26 class InputFile; global() variable
|
H A D | InputFiles.h | 32 class InputFile; variable 64 class InputFile; variable [all...] |
/llvm-project/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 167 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 D | LLJITWithGDBRegistrationListener.cpp | 86 for (auto &InputFile : InputFiles) { in main() local
|
/llvm-project/clang-tools-extra/clang-include-fixer/plugin/ |
H A D | IncludeFixerPlugin.cpp | 63 std::string InputFile = in ParseArgs() local
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | RelocationMap.cpp | 38 RelocationMap::parseYAMLRelocationMap(StringRef InputFile, in parseYAMLRelocationMap()
|
/llvm-project/clang/unittests/Driver/ |
H A D | SanitizerArgsTest.cpp | 40 static constexpr const char *InputFile = "/sources/foo.c"; variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | ChainedIncludesSource.cpp | 116 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource() local
|
/llvm-project/clang/tools/clang-installapi/ |
H A D | ClangInstallAPI.cpp | 56 std::string InputFile = ProcessedInput->getBufferIdentifier().str(); in runFrontend() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | MachORewriteInstance.cpp | 61 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 D | SpeculativeJIT.cpp | 167 for (const auto &InputFile : InputFiles) { main() local
|