Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp396 if (BFC.StrtabForSymtab.empty() || in readBitcode()
406 StringRef Producer = Hdr->Producer.get(BFC.StrtabForSymtab); in readBitcode()
413 {BFC.StrtabForSymtab.data(), BFC.StrtabForSymtab.size()}}; in readBitcode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h125 StringRef Symtab, StrtabForSymtab; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp399 outs() << "producer: " << Hdr->Producer.get(BFC.StrtabForSymtab) in dumpSymtab()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6718 if (!F.Symtab.empty() && F.StrtabForSymtab.empty()) in getBitcodeFileContents()
6719 F.StrtabForSymtab = *Strtab; in getBitcodeFileContents()