Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h156 struct StringTableEntry {
161 using StringTable = std::vector<StringTableEntry>;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp445 uint64_t StringTableEntry = Strings.getOffset(S.Name); in SetSectionName() local
446 if (!COFF::encodeSectionName(S.Header.Name, StringTableEntry)) in SetSectionName()