Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp80 unsigned Index = getStringIndex(Name); in parseSections()
118 unsigned Index = getStringIndex(Name); in parseSymbols()
137 unsigned getStringIndex(StringRef Str) { in getStringIndex() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h173 uint32_t getStringIndex() const { return StringIndex; } in getStringIndex() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp904 StringTableOffsets[Child.second->getStringIndex()]); in writeDirectoryTree()