| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| DebugCrossImpSubsection.h | 30 FixedStreamArray<support::ulittle32_t> Imports;
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| asn1parse.y | 263 ModuleBody : Exports Imports AssignmentList 267 Imports : kw_IMPORTS SymbolsImported ';'
|
| /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| CodeViewYAMLDebugSections.cpp | 175 const DebugCrossModuleImportsSubsectionRef &Imports); 177 std::vector<YAMLCrossModuleImport> Imports; 291 IO.mapRequired("Imports", Obj.ImportIds); 347 IO.mapOptional("Imports", Imports); 481 for (const auto &M : Imports) { 657 const DebugCrossModuleImportsSubsectionRef &Imports) { 659 for (const auto &CMI : Imports) { 665 YCMI.ImportIds.assign(CMI.Imports.begin(), CMI.Imports.end()) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| Wasm.h | 142 ArrayRef<wasm::WasmImport> imports() const { return Imports; } function in class:llvm::object::WasmObjectFile 282 std::vector<wasm::WasmImport> Imports;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| Module.h | 327 llvm::SmallSetVector<Module *, 2> Imports; 611 /// of its imports.
|
| /src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| ModuleFile.h | 205 /// If module A depends on and imports module B, both modules will have the 493 llvm::SetVector<ModuleFile *> Imports;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| WasmYAML.h | 286 std::vector<Import> Imports;
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| WasmObjectWriter.cpp | 283 void prepareImports(SmallVectorImpl<wasm::WasmImport> &Imports, 310 void writeImportSection(ArrayRef<wasm::WasmImport> Imports, uint64_t DataSize, 782 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, 785 if (Imports.empty()) 793 encodeULEB128(Imports.size(), W->OS); 794 for (const wasm::WasmImport &Import : Imports) { 1266 SmallVectorImpl<wasm::WasmImport> &Imports, MCAssembler &Asm, 1277 Imports.push_back(MemImport); 1279 // Populate SignatureIndices, and Imports and WasmIndices for undefined 1309 Imports.push_back(Import) [all...] |