Home
last modified time | relevance | path

Searched defs:StrTab (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkConvert.cpp52 StringTable &StrTab) { in tryParseRemarksFromYAMLFile()
78 StringTable &StrTab) { in tryReserializeYAML2Bitstream()
97 StringTable StrTab; in tryYAML2Bitstream() local
H A DRemarkUtil.cpp157 tryParseRemarksFromYAMLFile(std::vector<std::unique_ptr<Remark>> & ParsedRemarks,StringTable & StrTab) tryParseRemarksFromYAMLFile() argument
183 tryReserializeYAML2Bitstream(const std::vector<std::unique_ptr<Remark>> & ParsedRemarks,StringTable & StrTab) tryReserializeYAML2Bitstream() argument
202 StringTable StrTab; tryYAML2Bitstream() local
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp95 const StringTable &StrTab) { in emitMetaStrTab()
236 std::optional<const StringTable *> StrTab, in emitMetaBlock()
271 StringTable &StrTab) { in emitRemarkBlock()
H A DRemarkSerializer.cpp38 raw_ostream &OS, remarks::StringTable StrTab) { in createRemarkSerializer()
H A DBitstreamRemarkParser.h34 std::optional<ParsedStringTable> StrTab; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkStringTable.h40 StringMap<unsigned, BumpPtrAllocator> StrTab; member
H A DRemarkSerializer.h52 std::optional<StringTable> StrTab; member
H A DRemarkLinker.h47 StringTable StrTab; member
H A DBitstreamRemarkSerializer.h170 std::optional<const StringTable *> StrTab; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h139 StringTableBuilder StrTab; variable
H A DGsymReader.h56 StringTable StrTab; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp209 StringTableBuilder StrTab(StringTableBuilder::ELF); in write() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1282 auto &StrTab = Obj->addSection<StringTableSection>(); in addStrTab() local
1289 SymbolTableSection *BasicELFBuilder::addSymTab(StringTableSection *StrTab) { in addSymTab()
1398 StringTableSection *StrTab = addStrTab(); in build() local
2294 StringTableSection *StrTab = nullptr; in addNewSymbolTable() local
2568 auto *StrTab = Obj.SymbolTable->getStrTab() == Obj.SectionNames in removeUnneededSections() local
2660 if (auto StrTab = dyn_cast<StringTableSection>(&Sec)) in finalize() local
H A DELFObject.h814 void setStrTab(StringTableSection *StrTab) { SymbolNames = StrTab; } in setStrTab()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h235 SmallVector<char, 0> StrTab = {'\0'}; variable
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp288 void fillStrTabShdr(ContentSection<ELFStringTableBuilder, ELFT> &StrTab, in fillStrTabShdr()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp
H A DSubtargetEmitter.cpp1386 StringToOffsetTable StrTab; in emitSchedClassTables() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h1128 StringRef StrTab; in getVersionDependencies() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp479 StringRef *StrTab, in getVersionTable()