Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp77 unsigned Index = getStringIndex(Name); in parseSections()
111 unsigned Index = getStringIndex(Name); in parseSymbols()
130 unsigned getStringIndex(StringRef Str) { in getStringIndex() function
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWindowsResource.h173 uint32_t getStringIndex() const { return StringIndex; } in getStringIndex() function
/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsResource.cpp902 StringTableOffsets[Child.second->getStringIndex()]); in writeDirectoryTree()