Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp417 if (BFC.StrtabForSymtab.empty() || in readBitcode()
427 StringRef Producer = Hdr->Producer.get(BFC.StrtabForSymtab); in readBitcode()
435 {BFC.StrtabForSymtab.data(), BFC.StrtabForSymtab.size()}}; in readBitcode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h166 StringRef Symtab, StrtabForSymtab; member
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp452 outs() << "producer: " << Hdr->Producer.get(BFC.StrtabForSymtab) in dumpSymtab()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7950 if (!F.Symtab.empty() && F.StrtabForSymtab.empty()) in getBitcodeFileContents()
7951 F.StrtabForSymtab = *Strtab; in getBitcodeFileContents()