Home
last modified time | relevance | path

Searched defs:StringEntry (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h28 struct StringEntry { global() struct
52 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::OffloadYAML::Binary::StringEntry) LLVM_YAML_IS_SEQUENCE_VECTOR() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h124 struct StringEntry { global() struct
134 ValueOffsetStringEntry OffloadBinary() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DStringPool.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1042 DwarfStringPoolEntryRef StringEntry; in cloneStringAttribute() local
1799 auto StringEntry = DebugStrPool.getEntry(LibraryInstallName.value()); in cloneDIE() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp274 using StringEntry = std::tuple<uint32_t, std::string, LVScopeCompileUnit *>; typedef in llvm::logicalview::__anond7e39c940211::LVStringRecords