Home
last modified time | relevance | path

Searched defs:tables (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h143 std::unique_ptr<Fortran::semantics::RuntimeDerivedTypeTables> tables) { in setRtTyTables()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp143 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables, in RecognizableInstr()
165 void RecognizableInstr::processInstr(DisassemblerTables &tables, in processInstr()
/llvm-project-15.0.7/clang/docs/
H A DControlFlowIntegrityDesign.rst303 …GlobalSplit: https://github.com/llvm/llvm-project/blob/main/llvm/lib/Transforms/IPO/GlobalSplit.cpp
/llvm-project-15.0.7/flang/tools/bbc/
H A Dbbc.cpp188 Fortran::semantics::RuntimeDerivedTypeTables tables; in convertFortranSourceToMLIR() local
/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.h141 std::vector<InputTable *> tables; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h105 table_range tables() { in tables() function
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h140 ArrayRef<wasm::WasmTable> tables() const { return Tables; } in tables() function