Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h27 struct StringEntry { struct
51 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::OffloadYAML::Binary::StringEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h125 struct StringEntry { struct
135 const StringEntry *StringMapBegin = in OffloadBinary() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DStringPool.h23 using StringEntry = StringMapEntry<std::nullopt_t>; variable
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1031 DwarfStringPoolEntryRef StringEntry; cloneStringAttribute() local
1782 auto StringEntry = DebugStrPool.getEntry(LibraryInstallName.value()); cloneDIE() local
[all...]
/freebsd-src/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::__anon3e5074260211::LVStringRecords