Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp77 static size_t getStringIndex(StringRef Name) { in getStringIndex() function
97 NameIndex = getTransformName() ? getStringIndex(ElementName) in setName()
103 FilenameIndex = getStringIndex(Filename); in setFilename()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp71 unsigned Index = getStringIndex(Name); in parseSections()
105 unsigned Index = getStringIndex(Name); in parseSymbols()
124 unsigned getStringIndex(StringRef Str) { in getStringIndex() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h175 uint32_t getStringIndex() const { return StringIndex; } in getStringIndex() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp903 StringTableOffsets[Child.second->getStringIndex()]); in writeDirectoryTree()