Home
last modified time | relevance | path

Searched refs:getDwarfSwiftASTSection (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp63 Section == FI->getDwarfSwiftASTSection() || in isDwarfSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp63 Section == FI->getDwarfSwiftASTSection() || in isDwarfSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h312 MCSection *getDwarfSwiftASTSection() const { return DwarfSwiftASTSection; } in getDwarfSwiftASTSection() function
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h319 MCSection *getDwarfSwiftASTSection() const { return DwarfSwiftASTSection; } in getDwarfSwiftASTSection() function
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp273 MCSection *SwiftASTSection = MOFI->getDwarfSwiftASTSection(); in emitSwiftAST()