Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContextImpl.h675 RuntimeLang(N->getRuntimeLang()), VTableHolder(N->getRawVTableHolder()),
691 RuntimeLang == RHS->getRuntimeLang() &&
HDAsmWriter.cpp2205 Printer.printDwarfEnum("runtimeLang", N->getRuntimeLang(), in writeDICompositeType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp652 IsImplementation = CT->getRuntimeLang() == 0 || CT->isObjcClassComplete(); in updateAcceleratorTables()
1072 unsigned RLang = CTy->getRuntimeLang(); in constructTypeDIE()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1208 getFlags(), getElements(), getRuntimeLang(), getVTableHolder(), in cloneImpl()
1296 unsigned getRuntimeLang() const { return RuntimeLang; } in getRuntimeLang() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp1475 Record.push_back(N->getRuntimeLang()); in writeDICompositeType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1918 Record.push_back(N->getRuntimeLang()); in writeDICompositeType()