Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp246 ObjectFile &InputFile) { in saveSeparateDebugInfo()
269 static Error saveNonDebugInfo(const Options &Opts, ObjectFile &InputFile, in saveNonDebugInfo()
293 ObjectFile &InputFile) { in splitDebugIntoSeparateFile()
309 ObjectFile &InputFile, in addSectionsFromLinkedData()
351 saveSeparateLinkedDebugInfo(const Options &Opts, ObjectFile &InputFile, in saveSeparateLinkedDebugInfo()
382 ObjectFile &InputFile, in saveSingleLinkedDebugInfo()
402 static Error saveLinkedDebugInfo(const Options &Opts, ObjectFile &InputFile, in saveLinkedDebugInfo()
423 static Error saveCopyOfFile(const Options &Opts, ObjectFile &InputFile) { in saveCopyOfFile()
438 static Error applyCLOptions(const struct Options &Opts, ObjectFile &InputFile) { in applyCLOptions()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lld/wasm/
H A DLTO.h39 class InputFile; variable
H A DInputFiles.h73 InputFile(Kind k, MemoryBufferRef m) in InputFile() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.h24 class InputFile; variable
H A DDumpOutputStyle.h29 class InputFile; variable
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.h37 class InputFile; variable
H A DSymbolTable.h19 class InputFile; variable
H A DThunks.h17 class InputFile; variable
H A DWriter.h17 class InputFile; variable
/openbsd-src/gnu/llvm/lld/COFF/
H A DLTO.h38 class InputFile; variable
H A DInputFiles.h33 class InputFile; variable
132 : InputFile(ctx, ObjectKind, m, lazy) {} in InputFile() function
/openbsd-src/gnu/llvm/lld/MachO/
H A DSymbolTable.h23 class InputFile; variable
H A DDriver.h26 class InputFile; variable
H A DInputFiles.h32 class InputFile; variable
64 class InputFile; variable
H A DMapFile.cpp128 const DenseMap<lld::macho::InputFile *, uint32_t> &readerToFileOrdinal, in printStubsEntries()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp97 for (auto &InputFile : InputFiles) { in main() local
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DSymbolMap.cpp62 SymbolMapTranslator SymbolMapLoader::Load(StringRef InputFile, in Load()
H A DMachODebugMapParser.cpp629 StringRef InputFile, ArrayRef<std::string> Archs, in parseDebugMap()
641 StringRef InputFile, ArrayRef<std::string> Archs, in dumpStab()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp116 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource() local
H A DFrontendAction.cpp247 std::string &InputFile, in ReadOriginalFileName()
612 StringRef InputFile = Input.getFile(); in BeginSourceFile() local
680 StringRef InputFile = Input.getFile(); in BeginSourceFile() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp111 struct InputFile { struct
112 std::optional<StringRef> ArchType;
113 StringRef FileName;
/openbsd-src/gnu/llvm/clang/tools/clang-offload-packager/
H A DClangOffloadPackager.cpp40 static cl::opt<std::string> InputFile(cl::Positional, variable
/openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp173 for (const auto &InputFile : InputFiles) { in main() local

123