Home
last modified time | relevance | path

Searched defs:getSectionName (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionMachO.h47 StringRef getSectionName() const { in getSectionName() function
DMCSectionXCOFF.h61 StringRef getSectionName() const { return Name; } in getSectionName() function
DMCSectionCOFF.h69 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionWasm.h59 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionELF.h70 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/llvm/include/llvm/MC/
DMCSectionMachO.h48 StringRef getSectionName() const { in getSectionName() function
DMCSectionCOFF.h69 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionELF.h74 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h107 std::string getSectionName() const { return createSectionName(FuncName); } in getSectionName() function
DIceInst.h1064 std::string getSectionName() const { in getSectionName() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTrace.java211 public abstract String getSectionName(); in getSectionName() method in ShadowTrace.AsyncTraceSection
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h684 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section, in getSectionName() function
696 Expected<StringRef> ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section, in getSectionName() function
DIRSymtab.h226 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DELFObjectFile.h697 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h102 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/llvm/include/llvm/Object/
DELF.h478 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
DELFObjectFile.h564 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function
/external/llvm/lib/Object/
DCOFFObjectFile.cpp261 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile
988 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp235 Expected<StringRef> XCOFFObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp272 Expected<StringRef> COFFObjectFile::getSectionName(DataRefImpl Ref) const { in getSectionName() function in COFFObjectFile
1055 COFFObjectFile::getSectionName(const coff_section *Sec) const { in getSectionName() function in COFFObjectFile
DWasmObjectFile.cpp1392 Expected<StringRef> WasmObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName() function in WasmObjectFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp909 ModuleSanitizerCoverage::getSectionName(const std::string &Section) const { in getSectionName() function in ModuleSanitizerCoverage
/external/AFLplusplus/instrumentation/
DSanitizerCoverageLTO.so.cc1736 std::string ModuleSanitizerCoverageLTO::getSectionName( in getSectionName() function in ModuleSanitizerCoverageLTO
DSanitizerCoveragePCGUARD.so.cc1494 std::string ModuleSanitizerCoverageAFL::getSectionName( in getSectionName() function in ModuleSanitizerCoverageAFL
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1217 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function

12