Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1167 stab.strx = stringTableSection.addString(saver().save(sourceFile)); in emitBeginSourceStab()
1192 stab.strx = stringTableSection.addString(adjustedPath); in emitObjectFileStab()
1210 astStab.strx = stringTableSection.addString(s); in emitStabs()
1274 symStab.strx = stringTableSection.addString(defined->getName()); in emitStabs()
1311 uint32_t strx = stringTableSection.addString(sym->getName()); in finalizeContents() local
1312 symbols.push_back({sym, strx}); in finalizeContents()
1410 nList->n_strx = entry.strx; in writeTo()
1420 nList->n_strx = entry.strx; in writeTo()
1545 uint32_t strx = size; in addString() local
1548 auto [it, inserted] = stringMap.try_emplace(hashedStr, strx); in addString()
[all …]
H A DSyntheticSections.h456 size_t strx; member
461 uint32_t strx = StringTableSection::emptyStringIndex; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def678 HANDLE_DW_FORM(0x1a, strx, 5, DWARF)