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.cpp1170 stab.strx = stringTableSection.addString(saver().save(sourceFile)); in emitBeginSourceStab()
1195 stab.strx = stringTableSection.addString(adjustedPath); in emitObjectFileStab()
1213 astStab.strx = stringTableSection.addString(s); in emitStabs()
1275 symStab.strx = stringTableSection.addString(defined->getName()); in emitStabs()
1294 uint32_t strx = stringTableSection.addString(sym->getName()); in finalizeContents() local
1295 symbols.push_back({sym, strx}); in finalizeContents()
1393 nList->n_strx = entry.strx; in writeTo()
1403 nList->n_strx = entry.strx; in writeTo()
1528 uint32_t strx = size; in addString() local
1531 return strx; in addString()
H A DSyntheticSections.h455 size_t strx; member
460 uint32_t strx = StringTableSection::emptyStringIndex; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def669 HANDLE_DW_FORM(0x1a, strx, 5, DWARF)