Home
last modified time | relevance | path

Searched refs:getDwarfTypesSection (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h262 MCSection *getDwarfTypesSection(uint64_t Hash) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h281 MCSection *getDwarfTypesSection(uint64_t Hash) const;
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp883 MCSection *MCObjectFileInfo::getDwarfTypesSection(uint64_t Hash) const { in getDwarfTypesSection() function in MCObjectFileInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp952 MCSection *MCObjectFileInfo::getDwarfTypesSection(uint64_t Hash) const { in getDwarfTypesSection() function in MCObjectFileInfo
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1907 Asm->getObjFileLowering().getDwarfTypesSection(Signature)); in addDwarfTypeUnitType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2362 NewTU.setSection(Asm->getObjFileLowering().getDwarfTypesSection(Signature)); in addDwarfTypeUnitType()