Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h107 SectionKind getSectionKind(const DataLayout *DL) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp1018 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind() function in MachineConstantPoolEntry
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1758 SectionKind Kind = CPE.getSectionKind(&getDataLayout()); in EmitConstantPool()
2851 SectionKind Kind = CPE.getSectionKind(&DL); in GetCPISymbol()