Home
last modified time | relevance | path

Searched defs:Imports (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h31 FixedStreamArray<support::ulittle32_t> Imports; member
/llvm-project/lld/docs/
H A DWebAssembly.rst192 Imports section in Behaviour
/llvm-project/clang/tools/clang-import-test/
H A Dclang-import-test.cpp46 Imports("import", global() variable
268 AddExternalSource(CIAndOrigins & CI,llvm::MutableArrayRef<CIAndOrigins> Imports) AddExternalSource() argument
306 Parse(const std::string & Path,llvm::MutableArrayRef<CIAndOrigins> Imports,bool ShouldDumpAST,bool ShouldDumpIR) Parse() argument
346 Forget(CIAndOrigins & CI,llvm::MutableArrayRef<CIAndOrigins> Imports) Forget() argument
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp657 for (const auto &CMI : Imports) { in fromCodeViewSubsection() argument
177 std::vector<YAMLCrossModuleImport> Imports; global() member
842 visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef & Imports,const StringsAndChecksumsRef & State) visitCrossModuleImports() argument
[all...]
/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp58 static cl::list<std::string> Imports( variable
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h288 std::vector<wasm::WasmImport> Imports; variable
/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp844 writeImportSection(ArrayRef<wasm::WasmImport> Imports,uint64_t DataSize,uint32_t NumElements) writeImportSection() argument
1330 prepareImports(SmallVectorImpl<wasm::WasmImport> & Imports,MCAssembler & Asm) prepareImports() argument
1459 SmallVector<wasm::WasmImport, 4> Imports; writeOneObject() local
[all...]
/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h494 llvm::SetVector<ModuleFile *> Imports; global() variable
/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp75 createFunctionEntryCount(uint64_t Count,bool Synthetic,const DenseSet<GlobalValue::GUID> * Imports) createFunctionEntryCount() argument
H A DFunction.cpp2015 setEntryCount(uint64_t Count,Function::ProfileCountType Type,const DenseSet<GlobalValue::GUID> * Imports) setEntryCount() argument
/llvm-project/clang/include/clang/Basic/
H A DModule.h402 llvm::SmallSetVector<Module *, 2> Imports; global() variable
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h304 std::vector<Import> Imports; member
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp916 DebugCrossModuleImportsSubsectionRef &Imports) -> Error { in dumpXmi()
/llvm-project/clang/lib/Format/
H A DFormat.cpp3312 sortJavaImports(const FormatStyle & Style,const SmallVectorImpl<JavaImportDirective> & Imports,ArrayRef<tooling::Range> Ranges,StringRef FileName,StringRef Code,tooling::Replacements & Replaces) sortJavaImports() argument
[all...]
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5189 const char *Imports = Contents + Header.imports_offset; getDyldChainedFixupTargets() local
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5549 llvm::SmallVector<ModuleInfo, 64> Imports; WriteASTCore() local
[all...]