Home
last modified time | relevance | path

Searched refs:createSectionMap (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h90 createSectionMap(ArrayRef<llvm::object::coff_section> SecHdrs);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp357 std::vector<SecMapEntry> DbiStreamBuilder::createSectionMap( in createSectionMap() function in DbiStreamBuilder
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1612 SectionMap = pdb::DbiStreamBuilder::createSectionMap(Sections); in addSections()