Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp678 if (CT->getRuntimeLang() == 0 || CT->isObjcClassComplete()) in updateAcceleratorTables()
687 CT->getRuntimeLang() == dwarf::DW_LANG_Swift) in updateAcceleratorTables()
1174 if (CTy->getRuntimeLang() == dwarf::DW_LANG_Swift && CTy->getRawIdentifier()) in constructTypeDIE()
1217 unsigned RLang = CTy->getRuntimeLang(); in constructTypeDIE()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h833 RuntimeLang(N->getRuntimeLang()), VTableHolder(N->getRawVTableHolder()),
852 RuntimeLang == RHS->getRuntimeLang() &&
H A DAsmWriter.cpp2354 Printer.printDwarfEnum("runtimeLang", N->getRuntimeLang(), in writeDICompositeType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1670 getRawOffsetInBits(), getFlags(), getRawElements(), getRuntimeLang(), in cloneImpl()
1809 unsigned getRuntimeLang() const { return RuntimeLang; } in getRuntimeLang() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1475 Record.push_back(N->getRuntimeLang()); in writeDICompositeType()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2050 Record.push_back(N->getRuntimeLang()); in writeDICompositeType()