Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp636 std::unique_ptr<CInfoSymInfo> &CISI = CInfoSymSection.Entry; in executePostLayoutBinding() local
637 if (CISI && nameShouldBeInStringTable(CISI->Name)) in executePostLayoutBinding()
638 Strings.add(CISI->Name); in executePostLayoutBinding()
1694 std::unique_ptr<CInfoSymInfo> &CISI = CInfoSymEntry.Entry; in writeSectionForCInfoSymSectionEntry() local
1695 const std::string &Metadata = CISI->Metadata; in writeSectionForCInfoSymSectionEntry()
1713 if (CISI->paddingSize()) { in writeSectionForCInfoSymSectionEntry()
1719 CurrentAddressLocation += CISI->size(); in writeSectionForCInfoSymSectionEntry()