Home
last modified time | relevance | path

Searched refs:TypeSec (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp216 auto TypeSec = std::make_unique<WasmYAML::TypeSection>(); in dump() local
225 TypeSec->Signatures.push_back(Sig); in dump()
227 S = std::move(TypeSec); in dump()
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_platform.cpp689 for (const auto &TypeSec : JDS.Swift5TypesSectionsNew) in registerSwift5Types() local
691 reinterpret_cast<const TypeMetadataRecord *>(TypeSec.data()), in registerSwift5Types()
692 reinterpret_cast<const TypeMetadataRecord *>(TypeSec.data() + in registerSwift5Types()
693 TypeSec.size())); in registerSwift5Types()