OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getKindID
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/AMDGPU/
AMDGPUDiagnosticInfoUnsupported.h
26
static int
getKindID
() {
42
return DI->getKind() ==
getKindID
();
/external/llvm/lib/Target/BPF/
BPFISelLowering.cpp
50
static int
getKindID
() {
59
: DiagnosticInfo(
getKindID
(), DS_Error), DLoc(DLoc.getDebugLoc()),
84
return DI->getKind() ==
getKindID
();
/external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp
52
static int
getKindID
() {
61
: DiagnosticInfo(
getKindID
(), DS_Error), DLoc(DLoc.getDebugLoc()),
86
return DI->getKind() ==
getKindID
();
Completed in 244 milliseconds