/external/llvm/test/tools/llvm-readobj/ |
D | codeview-merging.test | 24 OBJ1: FuncId (0x100D) { 30 OBJ1-NEXT: FuncId (0x100E) { 36 OBJ1-NOT: FuncId 38 OBJ2: FuncId (0x100D) { 45 OBJ2: FuncId (0x1069) { 51 OBJ2-NOT: FuncId 53 CHECK: FuncId (0x100D) { 59 CHECK-NEXT: FuncId (0x100E) { 65 CHECK-NOT: FuncId
|
D | codeview-types.test | 23 // CHECK-DAG: {{^ *FuncId (.*) {$}}
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RPCUtils.h | 79 template <typename FunctionIdT, FunctionIdT FuncId, typename FnT> 83 template <typename FunctionIdT, FunctionIdT FuncId, typename RetT, 85 class FunctionHelper<FunctionIdT, FuncId, RetT(ArgTs...)> { 87 static_assert(FuncId != RPCFunctionIdTraits<FunctionIdT>::InvalidId && 88 FuncId != RPCFunctionIdTraits<FunctionIdT>::ResponseId, 92 static const FunctionIdT Id = FuncId; 141 template <typename FunctionIdT, FunctionIdT FuncId, typename... ArgTs> 142 class FunctionHelper<FunctionIdT, FuncId, void(ArgTs...)> { 144 static_assert(FuncId != RPCFunctionIdTraits<FunctionIdT>::InvalidId && 145 FuncId != RPCFunctionIdTraits<FunctionIdT>::ResponseId, [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCCodeView.h | 127 std::vector<MCCVLineEntry> getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries() argument 130 auto I = MCCVLineStartStop.find(FuncId); in getFunctionLineEntries() 134 if (MCCVLines[Idx].getFunctionId() == FuncId) in getFunctionLineEntries() 139 std::pair<size_t, size_t> getLineExtent(unsigned FuncId) { in getLineExtent() argument 140 auto I = MCCVLineStartStop.find(FuncId); in getLineExtent() 156 void emitLineTableForFunction(MCObjectStreamer &OS, unsigned FuncId,
|
/external/llvm/test/DebugInfo/COFF/ |
D | inlining-padding.ll | 6 ; CHECK: FuncId (0x1002) { 13 ; CHECK: FuncId (0x1003) { 20 ; CHECK: FuncId (0x1004) { 27 ; CHECK: FuncId (0x1005) {
|
D | inlining.ll | 95 ; ASM: # FuncId (0x1002) { 105 ; ASM: # FuncId (0x1003) { 129 ; OBJ: FuncId (0x1002) { 135 ; OBJ: FuncId (0x1003) { 141 ; OBJ: FuncId (0x1004) {
|
D | types-calling-conv.ll | 105 ; CHECK: FuncId (0x100A) { 120 ; CHECK: FuncId (0x100C) { 135 ; CHECK: FuncId (0x100E) { 150 ; CHECK: FuncId (0x1010) {
|
D | inlining-same-name.ll | 6 ; CHECK: FuncId (0x1002) {
|
D | types-array.ll | 30 ; CHECK: FuncId (0x1002) {
|
D | scopes.ll | 22 ; CHECK-LABEL: FuncId ({{.*}}) {
|
D | types-recursive-struct.ll | 39 ; CHECK: FuncId (0x1002) {
|
D | defer-complete-type.ll | 145 ; CHECK: FuncId (0x100D) {
|
D | types-array-advanced.ll | 40 ; CHECK: FuncId (0x1002) {
|
D | types-basic.ll | 56 ; CHECK: FuncId (0x1002) { 210 ; CHECK: FuncId (0x1012) {
|
D | types-non-virtual-methods.ll | 46 ; CHECK: FuncId (0x1002) {
|
D | types-data-members.ll | 57 ; CHECK: FuncId (0x1002) {
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | RPCUtilsTest.cpp | 66 enum FuncId : uint32_t { enum in DummyRPC 67 VoidBoolId = RPCFunctionIdTraits<FuncId>::FirstValidId,
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FuncId.java | 38 public class FuncId extends FunctionOneArg class
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 244 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram() local 245 TI = TypeTable.writeFuncId(FuncId); in getFuncIdForSubprogram() 336 unsigned FuncId = CurFn->FuncId; in maybeRecordLocation() local 342 FuncId = in maybeRecordLocation() 358 OS.EmitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation() 707 OS.EmitCVLinetableDirective(FI.FuncId, Fn, FI.End); in emitDebugInfoForFunction() 875 CurFn->FuncId = NextFuncId++; in beginFunction()
|
D | CodeViewDebug.h | 99 unsigned FuncId = 0; member
|
/external/llvm/lib/MC/ |
D | MCCodeView.cpp | 149 unsigned FuncId, in emitLineTableForFunction() argument 163 std::vector<MCCVLineEntry> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction()
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | FunctionTable.java | 182 m_functions[FUNC_ID] = org.apache.xpath.functions.FuncId.class;
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecords.def | 77 TYPE_RECORD(LF_FUNC_ID, 0x1601, FuncId)
|
D | TypeRecord.h | 716 : TypeRecord(TypeRecordKind::FuncId), ParentScope(ParentScope), in FuncIdRecord()
|