/external/llvm-project/llvm/test/DebugInfo/PDB/Native/ |
D | pdb-native-function-signatures.test | 73 ; DUMP-NEXT: symTag: FunctionSig 86 ; DUMP-NEXT: symTag: FunctionSig 99 ; DUMP-NEXT: symTag: FunctionSig 112 ; DUMP-NEXT: symTag: FunctionSig 125 ; DUMP-NEXT: symTag: FunctionSig 138 ; DUMP-NEXT: symTag: FunctionSig 151 ; DUMP-NEXT: symTag: FunctionSig 164 ; DUMP-NEXT: symTag: FunctionSig 177 ; DUMP-NEXT: symTag: FunctionSig 190 ; DUMP-NEXT: symTag: FunctionSig [all …]
|
/external/rust/crates/bindgen/src/ir/ |
D | objc.rs | 4 use super::function::FunctionSig; 60 signature: FunctionSig, 179 FunctionSig::from_ty(&c.cur_type(), &c, ctx) in from_ty() 212 signature: FunctionSig, in new() argument 240 pub fn signature(&self) -> &FunctionSig { in signature() argument
|
D | function.rs | 214 pub struct FunctionSig { struct 347 impl FunctionSig { impl 356 FunctionSig { in new() 640 impl Trace for FunctionSig { implementation
|
D | ty.rs | 7 use super::function::FunctionSig; 659 Function(FunctionSig), 835 FunctionSig::from_ty(ty, &location, ctx)?; in from_clang_ty() 1117 let signature = FunctionSig::from_ty(ty, &location, ctx)?; in from_clang_ty()
|
/external/llvm/tools/llvm-pdbdump/ |
D | VariableDumper.cpp | 159 if (auto *FunctionSig = in tryDumpFunctionPointer() local 166 Dumper.start(*FunctionSig, NameStr.c_str(), PT); in tryDumpFunctionPointer()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeFunctionSig.h | 21 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::FunctionSig)
|
D | PDBTypes.h | 257 FunctionSig, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeFunctionSig.h | 21 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::FunctionSig)
|
D | PDBTypes.h | 255 FunctionSig, enumerator
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeFunctionSig.h | 26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::FunctionSig)
|
D | PDBTypes.h | 182 FunctionSig, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeFunctionSig.cpp | 80 : NativeRawSymbol(Session, PDB_SymType::FunctionSig, Id), in NativeTypeFunctionSig() 86 : NativeRawSymbol(Session, PDB_SymType::FunctionSig, Id), in NativeTypeFunctionSig()
|
D | NativeExeSymbol.cpp | 55 case PDB_SymType::FunctionSig: in findChildren()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeFunctionSig.cpp | 80 : NativeRawSymbol(Session, PDB_SymType::FunctionSig, Id), in NativeTypeFunctionSig() 86 : NativeRawSymbol(Session, PDB_SymType::FunctionSig, Id), in NativeTypeFunctionSig()
|
D | NativeExeSymbol.cpp | 55 case PDB_SymType::FunctionSig: in findChildren()
|
/external/rust/crates/bindgen/src/codegen/ |
D | helpers.rs | 133 use crate::ir::function::FunctionSig; 278 signature: &FunctionSig, in arguments_from_signature() argument
|
D | mod.rs | 34 use crate::ir::function::{Abi, Function, FunctionKind, FunctionSig, Linkage}; 3737 impl TryToRustTy for FunctionSig { implementation 4221 use crate::ir::function::{Abi, FunctionSig}; 4537 sig: &FunctionSig, in fnsig_return_ty() argument 4552 sig: &FunctionSig, in fnsig_arguments() argument 4625 sig: &FunctionSig, in fnsig_argument_identifiers() argument 4654 sig: &FunctionSig, in fnsig_block() argument
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 212 for (const auto &FunctionSig : Obj.types()) { in dump() local 215 for (const auto &ParamType : FunctionSig.Params) in dump() 217 for (const auto &ReturnType : FunctionSig.Returns) in dump()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 81 FACTORY_SYMTAG_CASE(FunctionSig, PDBSymbolTypeFunctionSig) in create()
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 340 InsertItemWithTag(PDB_SymType::FunctionSig); in SetUp() 402 VerifyDyncast<PDBSymbolTypeFunctionSig>(PDB_SymType::FunctionSig); in TEST_F()
|
/external/rust/crates/bindgen/src/ir/analysis/ |
D | derive.rs | 10 use crate::ir::function::FunctionSig; 543 fn can_derive_fnptr(&self, f: &FunctionSig) -> CanDerive { in can_derive_fnptr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 78 FACTORY_SYMTAG_CASE(FunctionSig, PDBSymbolTypeFunctionSig) in createSymbol()
|
/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 426 InsertItemWithTag(PDB_SymType::FunctionSig); in SetUp() 488 VerifyDyncast<PDBSymbolTypeFunctionSig>(PDB_SymType::FunctionSig); in TEST_F()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 78 FACTORY_SYMTAG_CASE(FunctionSig, PDBSymbolTypeFunctionSig) in createSymbol()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbUtil.cpp | 140 return PDB_SymType::FunctionSig; in CVTypeToPDBType() 155 return PDB_SymType::FunctionSig; in CVTypeToPDBType()
|