Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp63 Section == FI->getDwarfSwiftASTSection() || in isDwarfSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h338 MCSection *getDwarfSwiftASTSection() const { return DwarfSwiftASTSection; } in getDwarfSwiftASTSection() function
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp300 MCSection *SwiftASTSection = MOFI->getDwarfSwiftASTSection(); in emitSwiftAST()