Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h675 RuntimeLang(N->getRuntimeLang()), VTableHolder(N->getRawVTableHolder()),
691 RuntimeLang == RHS->getRuntimeLang() &&
H A DAsmWriter.cpp2205 Printer.printDwarfEnum("runtimeLang", N->getRuntimeLang(), in writeDICompositeType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp652 IsImplementation = CT->getRuntimeLang() == 0 || CT->isObjcClassComplete(); in updateAcceleratorTables()
1072 unsigned RLang = CTy->getRuntimeLang(); in constructTypeDIE()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1208 getFlags(), getElements(), getRuntimeLang(), getVTableHolder(), in cloneImpl()
1296 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.cpp1918 Record.push_back(N->getRuntimeLang()); in writeDICompositeType()