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.cpp634 std::unique_ptr<CInfoSymInfo> &CISI = CInfoSymSection.Entry; in executePostLayoutBinding() local
635 if (CISI && nameShouldBeInStringTable(CISI->Name)) in executePostLayoutBinding()
636 Strings.add(CISI->Name); in executePostLayoutBinding()
1678 std::unique_ptr<CInfoSymInfo> &CISI = CInfoSymEntry.Entry; in writeSectionForCInfoSymSectionEntry() local
1679 const std::string &Metadata = CISI->Metadata; in writeSectionForCInfoSymSectionEntry()
1697 if (CISI->paddingSize()) { in writeSectionForCInfoSymSectionEntry()
1703 CurrentAddressLocation += CISI->size(); in writeSectionForCInfoSymSectionEntry()