OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentName
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InterfaceStubFunctionsConsumer.cpp
28
std::string
ParentName
;
34
MangledSymbol(const std::string &
ParentName
, uint8_t Type, uint8_t Binding,
36
:
ParentName
(
ParentName
), Type(Type), Binding(Binding), Names(Names) {}
303
<< (Symbol.
ParentName
.empty() || Instance.getLangOpts().CPlusPlus
305
: (Symbol.
ParentName
+ "."))
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
DwarfTransformer.cpp
166
StringRef
ParentName
(ParentDeclCtxDie.getName(DINameKind::ShortName));
167
if (!
ParentName
.empty()) {
171
if (
ParentName
.front() == '<' &&
ParentName
.back() == '>')
172
Name = "{" +
ParentName
.substr(1,
ParentName
.size() - 2).str() + "}" +
175
Name =
ParentName
.str() + "::" + Name;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.h
105
/// \param
ParentName
Name of the function that encloses the target region.
111
void emitNonSPMDKernel(const OMPExecutableDirective &D, StringRef
ParentName
,
120
/// \param
ParentName
Name of the function that encloses the target region.
127
void emitSPMDKernel(const OMPExecutableDirective &D, StringRef
ParentName
,
135
/// \param
ParentName
Name of the function that encloses the target region.
142
StringRef
ParentName
,
CGOpenMPRuntime.h
323
/// \param
ParentName
Name of the function that encloses the target region.
331
StringRef
ParentName
,
605
StringRef
ParentName
, unsigned LineNum,
609
StringRef
ParentName
, unsigned LineNum,
615
StringRef
ParentName
, unsigned LineNum,
759
/// \param
ParentName
Name of the function declaration that is being scanned.
760
void scanForTargetRegionsFunctions(const Stmt *S, StringRef
ParentName
);
1544
/// \param
ParentName
Name of the function that encloses the target region.
1552
StringRef
ParentName
,
2386
/// \param
ParentName
Name of the function that encloses the target region
[
all
...]
CGStmtOpenMP.cpp
3011
CodeGenModule &CGM, StringRef
ParentName
, const OMPTargetSimdDirective &S) {
3020
S,
ParentName
, Fn, Addr, /*IsOffloadEntry=*/true, CodeGen);
5944
StringRef
ParentName
;
5948
ParentName
= CGM.getMangledName(GlobalDecl(D, Ctor_Complete));
5950
ParentName
= CGM.getMangledName(GlobalDecl(D, Dtor_Complete));
5952
ParentName
=
5956
CGM.getOpenMPRuntime().emitTargetOutlinedFunction(S,
ParentName
, Fn, FnID,
5991
StringRef
ParentName
,
6000
S,
ParentName
, Fn, Addr, /*IsOffloadEntry=*/true, CodeGen);
6077
CodeGenModule &CGM, StringRef
ParentName
,
[
all
...]
CGOpenMPRuntime.cpp
2978
StringRef
ParentName
, unsigned LineNum,
2983
OffloadEntriesTargetRegion[DeviceID][FileID][
ParentName
][LineNum] =
2991
StringRef
ParentName
, unsigned LineNum,
2998
if (!hasTargetRegionEntryInfo(DeviceID, FileID,
ParentName
, LineNum))
3001
OffloadEntriesTargetRegion[DeviceID][FileID][
ParentName
][LineNum];
3008
hasTargetRegionEntryInfo(DeviceID, FileID,
ParentName
, LineNum,
3011
assert(!hasTargetRegionEntryInfo(DeviceID, FileID,
ParentName
, LineNum) &&
3014
OffloadEntriesTargetRegion[DeviceID][FileID][
ParentName
][LineNum] = Entry;
3020
unsigned DeviceID, unsigned FileID, StringRef
ParentName
, unsigned LineNum,
3028
auto PerParentName = PerFile->second.find(
ParentName
);
[
all
...]
CodeGenFunction.h
3516
StringRef
ParentName
,
3519
EmitOMPTargetParallelDeviceFunction(CodeGenModule &CGM, StringRef
ParentName
,
3523
CodeGenModule &CGM, StringRef
ParentName
,
3527
CodeGenModule &CGM, StringRef
ParentName
,
3531
EmitOMPTargetTeamsDeviceFunction(CodeGenModule &CGM, StringRef
ParentName
,
3535
CodeGenModule &CGM, StringRef
ParentName
,
3539
CodeGenModule &CGM, StringRef
ParentName
,
3543
StringRef
ParentName
,
3548
CodeGenModule &CGM, StringRef
ParentName
,
3552
CodeGenModule &CGM, StringRef
ParentName
,
[
all
...]
CGOpenMPRuntimeGPU.cpp
1069
StringRef
ParentName
,
1116
emitTargetOutlinedFunctionHelper(D,
ParentName
, OutlinedFn, OutlinedFnID,
1205
StringRef
ParentName
,
1250
emitTargetOutlinedFunctionHelper(D,
ParentName
, OutlinedFn, OutlinedFnID,
1479
const OMPExecutableDirective &D, StringRef
ParentName
,
1485
assert(!
ParentName
.empty() && "Invalid target region parent name!");
1489
emitSPMDKernel(D,
ParentName
, OutlinedFn, OutlinedFnID, IsOffloadEntry,
1492
emitNonSPMDKernel(D,
ParentName
, OutlinedFn, OutlinedFnID, IsOffloadEntry,
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h
577
StringRef
ParentName
;
586
StringRef
ParentName
,
623
return
ParentName
;
680
StringRef
ParentName
;
742
StringRef getParentName() const { return
ParentName
; }
/src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp
283
unsigned NumAnnotations, StringRef
ParentName
, const char *BriefComment)
285
Availability(Availability),
ParentName
(
ParentName
),
426
Annotations.size(),
ParentName
, BriefComment);
475
ParentName
= getCodeCompletionTUInfo().getParentName(DC);
SemaCodeComplete.cpp
3355
Pattern->
ParentName
= Result.getParentName();
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
AMDGPU.cpp
210
StringRef
ParentName
= llvm::sys::path::filename(ParentDir);
213
if (
ParentName
== "bin") {
215
ParentName
= llvm::sys::path::filename(ParentDir);
223
if (
ParentName
.startswith("llvm-amdgpu-")) {
225
ParentName
.drop_front(strlen("llvm-amdgpu-")).split('-');
236
if (
ParentName
== "llvm" ||
ParentName
.startswith("aomp"))
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c
2511
CXString
ParentName
;
2557
ParentName
= clang_getCompletionParent(completion_result->CompletionString,
2563
clang_getCString(
ParentName
));
2566
clang_disposeString(
ParentName
);
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp
934
std::string
ParentName
(ParentSymbolicName);
938
if (RecordedParentName !=
ParentName
)
941
RecordedParentName + " and " +
ParentName
+ ".");
950
ComplexSubOperandsParentName[SymbolicName] =
ParentName
;
Completed in 122 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026