Home
last modified time | relevance | path

Searched refs:encodeSectionName (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/
H A DCOFF.cpp39 bool llvm::COFF::encodeSectionName(char *Out, uint64_t Offset) { in encodeSectionName() function in llvm::COFF
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DCOFF.h798 bool encodeSectionName(char *Out, uint64_t Offset);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DCOFF.h815 bool encodeSectionName(char *Out, uint64_t Offset);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DCOFF.h815 bool encodeSectionName(char *Out, uint64_t Offset);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DCOFF.h812 bool encodeSectionName(char *Out, uint64_t Offset);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DCOFF.h821 bool encodeSectionName(char *Out, uint64_t Offset);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp140 if (!COFF::encodeSectionName(S.Header.Name, Offset)) in finalizeStringTable()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp455 if (!COFF::encodeSectionName(S.Header.Name, StringTableEntry)) in SetSectionName()