OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurEntry
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Frontend/
InitHeaderSearch.cpp
503
const DirectoryLookup &
CurEntry
= SearchList[i];
505
if (
CurEntry
.isNormalDir()) {
507
if (SeenDirs.insert(
CurEntry
.getDir()).second)
509
} else if (
CurEntry
.isFramework()) {
511
if (SeenFrameworkDirs.insert(
CurEntry
.getFrameworkDir()).second)
514
assert(
CurEntry
.isHeaderMap() && "Not a headermap or normal dir?");
516
if (SeenHeaderMaps.insert(
CurEntry
.getHeaderMap()).second)
527
if (
CurEntry
.getDirCharacteristic() != SrcMgr::C_User) {
536
if (SearchEntry.getLookupType() !=
CurEntry
.getLookupType())
540
if (
CurEntry
.isNormalDir()
[
all
...]
/external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp
593
std::pair<void*, uint64_t>
CurEntry
= Worklist.front();
599
if (NextSectionAddr +
CurEntry
.second + TargetSectionSep <= Alloc.first)
604
AlreadyAllocated[NextSectionAddr] =
CurEntry
.second;
605
Checker.getRTDyld().mapSectionAddress(
CurEntry
.first, NextSectionAddr);
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
[
all
...]
Completed in 503 milliseconds