HomeSort by: relevance | last modified time | path
    Searched refs:GlobalOffset (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 1224 unsigned GlobalOffset = Entry->getOffset() + Offset;
1225 return Entry->isFile() ? SourceLocation::getFileLoc(GlobalOffset)
1226 : SourceLocation::getMacroLoc(GlobalOffset);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 2877 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) {
2878 auto I = GlobalBitOffsetsMap.find(GlobalOffset);
2881 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset);
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 1376 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 19270 int64_t GlobalOffset = 0;
19273 std::swap(GlobalOffset, Offset);
19275 Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, GlobalOffset, OpFlags);
    [all...]

Completed in 103 milliseconds