Home
last modified time | relevance | path

Searched defs:SecData (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp195 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjCopy/
DCommonConfig.h65 SecData = 1 << 6, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h65 SecData = 1 << 6, enumerator
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp302 const llvm::StringRef &SecData) { in writeTargetRODataSection()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjCopy/
DCommonConfig.h58 SecData = 1 << 6, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjCopy/
DCommonConfig.h58 SecData = 1 << 6, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjCopy/
DCommonConfig.h58 SecData = 1 << 6, enumerator
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp601 const uint8_t *SecData = (const uint8_t *)Obj->base() + Sec->sh_offset; in printVersionDependencySection() local